diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-23 09:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 09:18:18 +0200 |
commit | d37bb05c881bfdbeb1144b327edd4dcc2cbb163f (patch) | |
tree | 1b90f7e733a83af4741a8cb7f49edf3e303f8677 /app/config/config_dev.yml | |
parent | 891a026e31ad54ca90b70f6026f23260cfadb7fd (diff) | |
parent | 99451fe4b76051d61922a6beb7ee9e79cc6e7893 (diff) | |
download | wallabag-d37bb05c881bfdbeb1144b327edd4dcc2cbb163f.tar.gz wallabag-d37bb05c881bfdbeb1144b327edd4dcc2cbb163f.tar.zst wallabag-d37bb05c881bfdbeb1144b327edd4dcc2cbb163f.zip |
Merge pull request #2132 from wallabag/sf3.1
Jump to Symfony 3.1
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 2813e369..ec23babb 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 |