Skip to content

Commit

Permalink
Do not format error messages as JSON, this makes log files easier to …
Browse files Browse the repository at this point in the history
…read and reduces line length which can makes problems on FPM

See issue #781
  • Loading branch information
jbtronics committed Dec 1, 2024
1 parent baf8977 commit 7530e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7530e62

Please sign in to comment.