Skip to content

Commit 6743e62

Browse files
committed
Added monolog in test env
1 parent d8e934c commit 6743e62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
monolog:
2+
handlers:
3+
main:
4+
type: stream
5+
path: "%kernel.logs_dir%/%kernel.environment%.log"
6+
level: debug
7+
channels: ["!event"]

0 commit comments

Comments
 (0)