Update config help docs

pull/9449/head
Stuart Carnie 2018-02-15 09:38:40 -07:00
parent 584e7ac09a
commit 4f90592316
1 changed files with 6 additions and 2 deletions

View File

@ -217,8 +217,12 @@
# Determines whether HTTP request logging is enabled.
# log-enabled = true
# Specifies whether HTTP request logging is written to the specified path when enabled.
# If influxd is unable to access the specified path, it will log an error and fall back to stderr.
# When HTTP request logging is enabled, this option specifies the path where
# log entries should be written. If unspecified, the default is to write to stderr, which
# intermingles HTTP logs with internal InfluxDB logging.
#
# If influxd is unable to access the specified path, it will log an error and fall back to writing
# the request log to stderr.
# access-log-path = ""
# Determines whether detailed write logging is enabled.