LoggingProperties Class 
The logging properties of the connected registry.
Constructor
LoggingProperties(*, log_level: str | _models.LogLevel = 'Information', audit_log_status: str | _models.AuditLogStatus = 'Disabled', **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| log_level | The verbosity of logs persisted on the connected registry. Known values are: "Debug", "Information", "Warning", "Error", and "None". Default value: Information | 
| audit_log_status | Indicates whether audit logs are enabled on the connected registry. Known values are: "Enabled" and "Disabled". Default value: Disabled | 
Variables
| Name | Description | 
|---|---|
| log_level | The verbosity of logs persisted on the connected registry. Known values are: "Debug", "Information", "Warning", "Error", and "None". | 
| audit_log_status | Indicates whether audit logs are enabled on the connected registry. Known values are: "Enabled" and "Disabled". |