Add file logging in prod as well

This commit is contained in:
Jannis Portmann 2022-01-17 17:00:15 +01:00
parent 3d14e10ced
commit 9dbf0c72a1

View file

@ -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