-
Notifications
You must be signed in to change notification settings - Fork 947
config properties audit_log
GitHub Action edited this page Mar 14, 2025
·
15 revisions
v1.5.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 |
retention | string |
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)
retention
specifies the time duration after which log audit entries may be deleted.
retention
-
is optional
-
cannot be null
string
The default value is:
"720h"