diff --git a/tljh/traefik.toml.tpl b/tljh/traefik.toml.tpl index 5aa537a..40f71b4 100644 --- a/tljh/traefik.toml.tpl +++ b/tljh/traefik.toml.tpl @@ -10,7 +10,14 @@ logLevel = "INFO" [accessLog] format = "json" [accessLog.filters] -status = ["500-999"] +statusCodes = ["500-999"] + +[accessLog.fields.headers] +[accessLog.fields.headers.names] +Authorization = "redact" +Cookie = "redact" +Set-Cookie = "redact" +X-Xsrftoken = "redact" [respondingTimeouts] idleTimeout = "10m0s"