log angepasst und auf JSON gestellt

This commit is contained in:
Czechman 2024-09-20 02:17:45 +02:00
parent 33145c872e
commit 1ac8ab0333
1 changed files with 4 additions and 4 deletions

View File

@ -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