Skip to content

Commit cb6ea10

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #448
2 parents 29e686c + b356d8c commit cb6ea10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

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

0 commit comments

Comments
 (0)