Skip to content

Commit 7530e62

Browse files
committed
Do not format error messages as JSON, this makes log files easier to read and reduces line length which can makes problems on FPM
See issue #781
1 parent baf8977 commit 7530e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/packages/monolog.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ when@prod:
5050
type: stream
5151
path: "%kernel.logs_dir%/%kernel.environment%.log"
5252
level: debug
53-
formatter: monolog.formatter.json
5453
console:
5554
type: console
5655
process_psr_3_messages: false
@@ -74,7 +73,6 @@ when@docker:
7473
type: stream
7574
path: "php://stderr"
7675
level: debug
77-
formatter: monolog.formatter.json
7876
console:
7977
type: console
8078
process_psr_3_messages: false

0 commit comments

Comments
 (0)