cleanup prod log config (#921)

This commit is contained in:
Kevin Papst
2019-07-05 13:48:24 +02:00
committed by GitHub
parent 19843760e5
commit d51136f8f4

View File

@@ -10,8 +10,8 @@ monolog:
nested:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
console:
type: console
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine"]