LoggingProperties Class
The logging properties of the connected registry.
Constructor
LoggingProperties(*args: Any, **kwargs: Any)
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". |
Attributes
audit_log_status
Indicates whether audit logs are enabled on the connected registry. Known values are: "Enabled" and "Disabled".
audit_log_status: str | _models.AuditLogStatus | None
log_level
"Debug", "Information", "Warning", "Error", and "None".
log_level: str | _models.LogLevel | None