diff options
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 410d5a6c..f3030ff1 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -17,14 +17,14 @@ monolog: | |||
17 | type: stream | 17 | type: stream |
18 | path: "%kernel.logs_dir%/%kernel.environment%.log" | 18 | path: "%kernel.logs_dir%/%kernel.environment%.log" |
19 | level: debug | 19 | level: debug |
20 | channels: [!event] | 20 | channels: ['!event'] |
21 | console: | 21 | console: |
22 | type: console | 22 | type: console |
23 | bubble: false | 23 | bubble: false |
24 | verbosity_levels: | 24 | verbosity_levels: |
25 | VERBOSITY_VERBOSE: INFO | 25 | VERBOSITY_VERBOSE: INFO |
26 | VERBOSITY_VERY_VERBOSE: DEBUG | 26 | VERBOSITY_VERY_VERBOSE: DEBUG |
27 | channels: [!event, !doctrine] | 27 | channels: ['!event', '!doctrine'] |
28 | console_very_verbose: | 28 | console_very_verbose: |
29 | type: console | 29 | type: console |
30 | bubble: false | 30 | bubble: false |