-
Notifications
You must be signed in to change notification settings - Fork 940
config properties audit_log properties console_output
GitHub Action edited this page Dec 16, 2024
·
8 revisions
v1.3.1
object
(console_output)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Config |
output | string |
Optional | cannot be null | Config |
enabled
controls whether audit log output on the console is enabled or disabled.
enabled
-
is optional
-
cannot be null
boolean
The default value is:
true
output
determines the output stream audit logs are sent to.
output
-
is optional
-
cannot be null
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"stdout" |
|
"stderr" |
The default value is:
"stdout"