1
0
Fork 0

Allow overriding the log level in debug mode.

This commit is contained in:
Timo Reimann 2018-03-21 14:42:07 +01:00 committed by Traefiker Bot
parent 329c576f44
commit af7c9b520f
7 changed files with 15 additions and 14 deletions

View file

@ -19,7 +19,7 @@
# Enable debug mode.
# This will install HTTP handlers to expose Go expvars under /debug/vars and
# pprof profiling data under /debug/pprof.
# Additionally, the log level will be set to DEBUG.
# The log level will be set to DEBUG unless `logLevel` is specified.
#
# Optional
# Default: false