log angepasst und auf JSON gestellt
This commit is contained in:
parent
33145c872e
commit
1ac8ab0333
|
|
@ -51,14 +51,14 @@ log:
|
|||
# Optional
|
||||
# Default: os.Stdout
|
||||
#
|
||||
filePath: logs/traefik.log
|
||||
# filePath: logs/traefik.log
|
||||
|
||||
# Format is either "json" or "common".
|
||||
#
|
||||
# Optional
|
||||
# Default: "common"
|
||||
#
|
||||
# format: json
|
||||
format: json
|
||||
|
||||
################################################################
|
||||
# Access logs configuration
|
||||
|
|
@ -77,14 +77,14 @@ accessLog:
|
|||
# Optional
|
||||
# Default: os.Stdout
|
||||
#
|
||||
filePath: /logs/log.txt
|
||||
# filePath: /logs/log.txt
|
||||
|
||||
# Format is either "json" or "common".
|
||||
#
|
||||
# Optional
|
||||
# Default: "common"
|
||||
#
|
||||
# format: json
|
||||
format: json
|
||||
|
||||
################################################################
|
||||
# API and dashboard configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue