From 2e7379dec8c4fe1144ce75dcc68c6d21e95205be Mon Sep 17 00:00:00 2001 From: Spencer Date: Fri, 12 Jan 2018 10:39:24 -0700 Subject: [PATCH] [docs/logging] document useUTC flag (#16018) --- docs/setup/settings.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 6df22793cd296..9ee757791b70d 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -69,6 +69,7 @@ error messages. `logging.silent:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output. `logging.verbose`:: *Default: false* Set the value of this setting to `true` to log all events, including system usage information and all requests. +`logging.useUTC`:: *Default: true* Set the value of this setting to `false` to log events using the timezone of the server, rather than UTC. `path.data`:: *Default: `data`* The path where Kibana stores persistent data not saved in Elasticsearch.