Skip to content

config properties audit_log

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

audit_log Type

object (audit_log)

audit_log Properties

Property Type Required Nullable Defined by
console_output object Optional cannot be null Config
mask boolean Optional cannot be null Config
storage object Optional cannot be null Config

console_output

console_output controls audit log console output.

console_output

  • is optional

  • cannot be null

console_output Type

object (console_output)

mask

mask determines whether sensitive information (usernames, emails) should be masked in the audit log output.

This configuration applies to logs written to the console as well as persisted logs.

mask

  • is optional

  • cannot be null

mask Type

boolean

mask Default Value

The default value is:

true

storage

storage controls audit log retention.

storage

  • is optional

  • cannot be null

storage Type

object (Details)

Clone this wiki locally