LoggingProperties Class
The logging properties of the connected registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelLoggingProperties
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python