mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
write errors to file by default
This commit is contained in:
parent
60503becdf
commit
8b42df4041
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ when@prod:
|
|||
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
||||
nested:
|
||||
type: stream
|
||||
path: php://stderr
|
||||
# path: php://stderr
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
formatter: monolog.formatter.json
|
||||
console:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue