Add file logging in prod as well
This commit is contained in:
parent
3d14e10ced
commit
9dbf0c72a1
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ monolog:
|
|||
type: console
|
||||
process_psr_3_messages: false
|
||||
channels: ["!event", "!doctrine"]
|
||||
file:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
|
|
Reference in a new issue