monolog-bundle: reconfigure deprecation handler

This commit is contained in:
Roland Franssen :)
2022-02-11 18:30:58 +01:00
committed by Roland Franssen
parent ea6ade9061
commit 0dce45fb19
3 changed files with 8 additions and 8 deletions
@@ -0,0 +1,4 @@
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
#monolog:
# channels:
# - deprecation
@@ -1,8 +0,0 @@
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
#monolog:
# channels: [deprecation]
# handlers:
# deprecation:
# type: stream
# channels: [deprecation]
# path: php://stderr
@@ -15,3 +15,7 @@ monolog:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine"]
# deprecation:
# type: stream
# channels: [deprecation]
# path: php://stderr