Skip to content

Commit de23dd0

Browse files
authored
chore: adjust traefik default logging
1 parent ce62790 commit de23dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/traefik/traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ accessLog:
3636
format: json
3737
filters:
3838
statusCodes:
39-
# - "200" # log successful http requests
39+
- "200-299" # log successful http requests
4040
- "400-599" # log failed http requests
4141
#retryAttempts: true
4242
#minDuration: "10ms"

0 commit comments

Comments
 (0)