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
This commit is contained in:
Jan Böhmer 2024-12-01 22:33:32 +01:00
parent baf8977578
commit 7530e62dfa

View file

@ -50,7 +50,6 @@ when@prod:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
formatter: monolog.formatter.json
console:
type: console
process_psr_3_messages: false
@ -74,7 +73,6 @@ when@docker:
type: stream
path: "php://stderr"
level: debug
formatter: monolog.formatter.json
console:
type: console
process_psr_3_messages: false