Package version:

The logging properties of the connected registry.

interface LoggingProperties {
    auditLogStatus?: string;
    logLevel?: string;
}

Properties

auditLogStatus?: string

Indicates whether audit logs are enabled on the connected registry.

logLevel?: string

The verbosity of logs persisted on the connected registry.