diff --git a/examples/traefik/traefik.yml b/examples/traefik/traefik.yml index 4d890a6..bc55da2 100644 --- a/examples/traefik/traefik.yml +++ b/examples/traefik/traefik.yml @@ -37,6 +37,7 @@ accessLog: filters: statusCodes: - "200-299" # log successful http requests + - "300-399" # log redirect http requests - "400-599" # log failed http requests #retryAttempts: true #minDuration: "10ms"