mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
traefik: only log errors and redact headers
This commit is contained in:
@@ -10,7 +10,14 @@ logLevel = "INFO"
|
|||||||
[accessLog]
|
[accessLog]
|
||||||
format = "json"
|
format = "json"
|
||||||
[accessLog.filters]
|
[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]
|
[respondingTimeouts]
|
||||||
idleTimeout = "10m0s"
|
idleTimeout = "10m0s"
|
||||||
|
|||||||
Reference in New Issue
Block a user