Skip to content

Commit

Permalink
Remove warning passthru as it logs 404s
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 8, 2024
1 parent 9cb89cc commit 63485d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ when@prod:
action_level: error
handler: nested
excluded_http_codes: [400, 404, 405]
passthru_level: warning
buffer_size: 100 # How many messages should be saved? Prevent memory leaks
nested:
type: stream
Expand Down

0 comments on commit 63485d3

Please sign in to comment.