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". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python