From 1ac8ab033324f108ea4b36b951a4830b7f5abf8f Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 20 Sep 2024 02:17:45 +0200 Subject: [PATCH] log angepasst und auf JSON gestellt --- config/traefik.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/traefik.yml b/config/traefik.yml index 2bfd066..d8340ad 100644 --- a/config/traefik.yml +++ b/config/traefik.yml @@ -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