Added monolog in test env

This commit is contained in:
Grégoire Pineau
2017-12-27 18:04:11 +01:00
parent d8e934cba6
commit 6743e623d5
@@ -0,0 +1,7 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]