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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python