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". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python