Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 20059f3

Browse files
committed
Updated MonologBundle config for the new syntax for nested handlers
1 parent 40158a3 commit 20059f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/config/config_prod.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ monolog:
66
main:
77
type: fingerscrossed
88
action_level: error
9-
handler:
10-
type: stream
11-
path: %kernel.logs_dir%/%kernel.environment%.log
12-
level: debug
9+
handler: nested
10+
nested:
11+
type: stream
12+
path: %kernel.logs_dir%/%kernel.environment%.log
13+
level: debug

0 commit comments

Comments
 (0)