feat: make traefik log level configurable

This commit is contained in:
Michael Barz
2025-07-15 11:30:21 +02:00
parent 42d0981b9e
commit 506309f3e2
3 changed files with 8 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ add_arg "--entryPoints.https.transport.respondingTimeouts.idleTimeout=3m"
add_arg "--providers.docker.endpoint=unix:///var/run/docker.sock"
add_arg "--providers.docker.exposedByDefault=false"
# access log
add_arg "--accessLog=true"
add_arg "--accessLog=${TRAEFIK_ACCESS_LOG:-false}"
add_arg "--accessLog.format=json"
add_arg "--accessLog.fields.headers.names.X-Request-Id=keep"