diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 18:15:07 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | 73cd160bfc6e4a1b88f2117eb0c097a91ac5c753 (patch) | |
tree | c5ccc9fa57f243126538ae8d9a2f8c459c08bd8c /app/config/config_dev.yml | |
parent | 1d405d0e62a708928bccd2222ebd89d4804231f9 (diff) | |
download | wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.tar.gz wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.tar.zst wallabag-73cd160bfc6e4a1b88f2117eb0c097a91ac5c753.zip |
Switch to Symfony 3 structure
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 116dd0d5..6b077fdb 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -17,13 +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 | console: | 21 | console: |
21 | type: console | 22 | type: console |
22 | bubble: false | 23 | bubble: false |
23 | verbosity_levels: | 24 | verbosity_levels: |
24 | VERBOSITY_VERBOSE: INFO | 25 | VERBOSITY_VERBOSE: INFO |
25 | VERBOSITY_VERY_VERBOSE: DEBUG | 26 | VERBOSITY_VERY_VERBOSE: DEBUG |
26 | channels: ["!doctrine"] | 27 | channels: [!event, !doctrine] |
27 | console_very_verbose: | 28 | console_very_verbose: |
28 | type: console | 29 | type: console |
29 | bubble: false | 30 | bubble: false |
@@ -31,7 +32,7 @@ monolog: | |||
31 | VERBOSITY_VERBOSE: NOTICE | 32 | VERBOSITY_VERBOSE: NOTICE |
32 | VERBOSITY_VERY_VERBOSE: NOTICE | 33 | VERBOSITY_VERY_VERBOSE: NOTICE |
33 | VERBOSITY_DEBUG: DEBUG | 34 | VERBOSITY_DEBUG: DEBUG |
34 | channels: ["doctrine"] | 35 | channels: [doctrine] |
35 | 36 | ||
36 | assetic: | 37 | assetic: |
37 | use_controller: true | 38 | use_controller: true |