Skip to content

Commit 994ad28

Browse files
authored
Update monolog.yaml
1 parent e24991e commit 994ad28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

symfony/monolog-bundle/3.7/config/packages/monolog.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
2-
#monolog:
3-
# channels:
4-
# - deprecation
2+
monolog:
3+
channels:
4+
- deprecation
55

66
when@dev:
77
monolog:
@@ -56,7 +56,7 @@ when@prod:
5656
type: console
5757
process_psr_3_messages: false
5858
channels: ["!event", "!doctrine"]
59-
# deprecation:
60-
# type: stream
61-
# channels: [deprecation]
62-
# path: php://stderr
59+
deprecation:
60+
type: stream
61+
channels: [deprecation]
62+
path: php://stderr

0 commit comments

Comments
 (0)