mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
fix: update valid values of Traefik's log and accessLog setting
Fixes issue #451.
This commit is contained in:
parent
822a5fb5b5
commit
2c43e9d678
@ -2,16 +2,16 @@ global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: false
|
||||
|
||||
# -- (Optional) Change Log Level and Format here...
|
||||
# - loglevels [DEBUG, INFO, WARNING, ERROR, CRITICAL]
|
||||
# - format [common, json, logfmt]
|
||||
# -- (Optional) Change log level and format here ...
|
||||
# - level: [TRACE, DEBUG, INFO, WARN, ERROR, FATAL]
|
||||
# - format: [common, json]
|
||||
# log:
|
||||
# level: ERROR
|
||||
# format: common
|
||||
# filePath: /var/log/traefik/traefik.log
|
||||
|
||||
# -- (Optional) Enable Accesslog and change Format here...
|
||||
# - format [common, json, logfmt]
|
||||
# -- (Optional) Enable accesslog and change format here ...
|
||||
# - format: [common, json]
|
||||
# accesslog:
|
||||
# format: common
|
||||
# filePath: /var/log/traefik/access.log
|
||||
|
Loading…
Reference in New Issue
Block a user