Skip to content

Commit 937bca6

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #749
2 parents ed25f50 + 0413ca5 commit 937bca6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

symfony/monolog-bundle/3.3/config/packages/prod/monolog.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ monolog:
1414
type: console
1515
process_psr_3_messages: false
1616
channels: ["!event", "!doctrine"]
17-
deprecation:
18-
type: stream
19-
path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
20-
deprecation_filter:
21-
type: filter
22-
handler: deprecation
23-
max_level: info
24-
channels: ["php"]
17+
18+
# Uncomment to log deprecations
19+
#deprecation:
20+
# type: stream
21+
# path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
22+
#deprecation_filter:
23+
# type: filter
24+
# handler: deprecation
25+
# max_level: info
26+
# channels: ["php"]

0 commit comments

Comments
 (0)