Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit ebe2bad

Browse files
committed
Do not process psr_3 log messages, as it's now done by symfony.
Related to symfony/symfony#21705 Note: It's not an issue to let monolog doing it, but if monolog do it symfony can not do it. The best experience is when symfony do it. So let's disable it.
1 parent bba96b9 commit ebe2bad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/config/config_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ monolog:
2020
channels: ['!event']
2121
console:
2222
type: console
23+
process_psr_3_messages: false
2324
channels: ['!event', '!doctrine', '!console']
2425
# uncomment to get logging in your browser
2526
# you may have to allow bigger header sizes in your Web server configuration

app/config/config_prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ monolog:
1919
level: debug
2020
console:
2121
type: console
22+
process_psr_3_messages: false

0 commit comments

Comments
 (0)