Allow overriding the log level in debug mode.
This commit is contained in:
parent
329c576f44
commit
af7c9b520f
7 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue