Skip to content

config properties audit_log properties console_output

GitHub Action edited this page Dec 16, 2024 · 8 revisions

Version

v1.3.1

console_output Type

object (console_output)

console_output Properties

Property Type Required Nullable Defined by
enabled boolean Optional cannot be null Config
output string Optional cannot be null Config

enabled

enabled controls whether audit log output on the console is enabled or disabled.

enabled

  • is optional

  • cannot be null

enabled Type

boolean

enabled Default Value

The default value is:

true

output

output determines the output stream audit logs are sent to.

output

  • is optional

  • cannot be null

output Type

string

output Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"stdout"
"stderr"

output Default Value

The default value is:

"stdout"
Clone this wiki locally