mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
save logs to file
This commit is contained in:
parent
c04a177847
commit
04eeac5844
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ when@prod:
|
|||
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
||||
nested:
|
||||
type: stream
|
||||
path: php://stderr
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
formatter: monolog.formatter.json
|
||||
console:
|
||||
|
|
@ -58,4 +58,4 @@ when@prod:
|
|||
deprecation:
|
||||
type: stream
|
||||
channels: [deprecation]
|
||||
path: php://stderr
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue