diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-06-24 11:28:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-06-24 11:28:07 +0200 |
commit | 2bc9cad78ed43eaadfc8844c0b55700e7045cbd7 (patch) | |
tree | ba568c2cbf5844366d52723e096f0cc381dc3a9d /app/config/config_dev.yml | |
parent | fb5c17a9ab5e10b1de9caa50e73638fdae19cb78 (diff) | |
download | wallabag-2bc9cad78ed43eaadfc8844c0b55700e7045cbd7.tar.gz wallabag-2bc9cad78ed43eaadfc8844c0b55700e7045cbd7.tar.zst wallabag-2bc9cad78ed43eaadfc8844c0b55700e7045cbd7.zip |
Remove useless spaces
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index ec23babb..0fa23dbf 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -5,7 +5,8 @@ framework: | |||
5 | router: | 5 | router: |
6 | resource: "%kernel.root_dir%/config/routing_dev.yml" | 6 | resource: "%kernel.root_dir%/config/routing_dev.yml" |
7 | strict_requirements: true | 7 | strict_requirements: true |
8 | profiler: { only_exceptions: false } | 8 | profiler: |
9 | only_exceptions: false | ||
9 | 10 | ||
10 | web_profiler: | 11 | web_profiler: |
11 | toolbar: true | 12 | toolbar: true |
@@ -14,19 +15,19 @@ web_profiler: | |||
14 | monolog: | 15 | monolog: |
15 | handlers: | 16 | handlers: |
16 | main: | 17 | main: |
17 | type: stream | 18 | type: stream |
18 | path: "%kernel.logs_dir%/%kernel.environment%.log" | 19 | path: "%kernel.logs_dir%/%kernel.environment%.log" |
19 | level: debug | 20 | level: debug |
20 | channels: ['!event'] | 21 | channels: ['!event'] |
21 | console: | 22 | console: |
22 | type: console | 23 | type: console |
23 | bubble: false | 24 | bubble: false |
24 | verbosity_levels: | 25 | verbosity_levels: |
25 | VERBOSITY_VERBOSE: INFO | 26 | VERBOSITY_VERBOSE: INFO |
26 | VERBOSITY_VERY_VERBOSE: DEBUG | 27 | VERBOSITY_VERY_VERBOSE: DEBUG |
27 | channels: ['!event', '!doctrine'] | 28 | channels: ['!event', '!doctrine'] |
28 | console_very_verbose: | 29 | console_very_verbose: |
29 | type: console | 30 | type: console |
30 | bubble: false | 31 | bubble: false |
31 | verbosity_levels: | 32 | verbosity_levels: |
32 | VERBOSITY_VERBOSE: NOTICE | 33 | VERBOSITY_VERBOSE: NOTICE |