diff options
Diffstat (limited to 'app/config/config_prod.yml')
-rw-r--r-- | app/config/config_prod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index 342837a0..c45f0fa6 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml | |||
@@ -17,6 +17,11 @@ monolog: | |||
17 | type: fingers_crossed | 17 | type: fingers_crossed |
18 | action_level: error | 18 | action_level: error |
19 | handler: nested | 19 | handler: nested |
20 | wsse: | ||
21 | type: stream | ||
22 | path: %kernel.logs_dir%/%kernel.environment%.wsse.log | ||
23 | level: error | ||
24 | channels: [wsse] | ||
20 | nested: | 25 | nested: |
21 | type: stream | 26 | type: stream |
22 | path: "%kernel.logs_dir%/%kernel.environment%.log" | 27 | path: "%kernel.logs_dir%/%kernel.environment%.log" |