Skip to content

Commit

Permalink
add logging.json setting (#34581)
Browse files Browse the repository at this point in the history
  • Loading branch information
schersh authored and Sarah Hersh committed Apr 18, 2019
1 parent 8a23afc commit 239850d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/setup/settings.asciidoc
Expand Up @@ -128,6 +128,12 @@ be lowercase, and conform to {es} {ref}/indices-create-index.html[index name lim
`logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana
stores log output.

`logging.json:`:: *Default: false* Logs output as JSON. When set to `true`, the
logs will be formatted as JSON strings that include timestamp, log level, context, message
text and any other metadata that may be associated with the log message itself.
If `logging.dest.stdout` is set and there is no interactive terminal ("TTY"), this setting
will default to `true`.

`logging.quiet:`:: *Default: false* Set the value of this setting to `true` to
suppress all logging output other than error messages.

Expand Down

0 comments on commit 239850d

Please sign in to comment.