LoggingProperties Class

The logging properties of the connected registry.

Inheritance
LoggingProperties

Constructor

LoggingProperties(*, log_level: Optional[Union[str, azure.mgmt.containerregistry.v2021_06_01_preview.models._container_registry_management_client_enums.LogLevel]] = 'Information', audit_log_status: Optional[Union[str, azure.mgmt.containerregistry.v2021_06_01_preview.models._container_registry_management_client_enums.AuditLogStatus]] = 'Disabled', **kwargs)

Variables

log_level
str or LogLevel

The verbosity of logs persisted on the connected registry. Possible values include: "Debug", "Information", "Warning", "Error", "None". Default value: "Information".

audit_log_status
str or AuditLogStatus

Indicates whether audit logs are enabled on the connected registry. Possible values include: "Enabled", "Disabled". Default value: "Disabled".