We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24991e commit 994ad28Copy full SHA for 994ad28
symfony/monolog-bundle/3.7/config/packages/monolog.yaml
@@ -1,7 +1,7 @@
1
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
2
-#monolog:
3
-# channels:
4
-# - deprecation
+monolog:
+ channels:
+ - deprecation
5
6
when@dev:
7
monolog:
@@ -56,7 +56,7 @@ when@prod:
56
type: console
57
process_psr_3_messages: false
58
channels: ["!event", "!doctrine"]
59
-# deprecation:
60
-# type: stream
61
-# channels: [deprecation]
62
-# path: php://stderr
+ deprecation:
+ type: stream
+ channels: [deprecation]
+ path: php://stderr
0 commit comments