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