Update config help docs
parent
584e7ac09a
commit
4f90592316
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue