-
Notifications
You must be signed in to change notification settings - Fork 896
config properties audit_log
GitHub Action edited this page Oct 15, 2024
·
4 revisions
v1.1.0
object
(audit_log)
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
controls audit log console output.
console_output
-
is optional
-
cannot be null
object
(console_output)
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
boolean
The default value is:
true
storage
controls audit log retention.
storage
-
is optional
-
cannot be null
object
(Details)