From de23dd0fd072cd73a79a3baffede128dcf0cf17c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:58:33 +0200 Subject: [PATCH] chore: adjust traefik default logging --- examples/traefik/traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traefik/traefik.yml b/examples/traefik/traefik.yml index 85bc4ff..ef4727f 100644 --- a/examples/traefik/traefik.yml +++ b/examples/traefik/traefik.yml @@ -36,7 +36,7 @@ accessLog: format: json filters: statusCodes: - # - "200" # log successful http requests + - "200-299" # log successful http requests - "400-599" # log failed http requests #retryAttempts: true #minDuration: "10ms"