Skip to content

Commit

Permalink
Allow warnings through the fingers crossed handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 8, 2024
1 parent d7313f3 commit 9cb89cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 9cb89cc

Please sign in to comment.