mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Don't log deprecations twice in prod (#1454)
This commit is contained in:
@@ -45,6 +45,7 @@ when@prod:
|
||||
action_level: error
|
||||
handler: nested
|
||||
excluded_http_codes: [404, 405]
|
||||
channels: ["!deprecation"]
|
||||
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
||||
nested:
|
||||
type: stream
|
||||
|
||||
Reference in New Issue
Block a user