forked from mirror/Part-DB.Part-DB-server
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:
parent
baf8977578
commit
7530e62dfa
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue