aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config_dev.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-06-23 11:47:46 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-06-23 11:47:46 +0200
commitf49d9ca383c9f8a1bc426cfabf6b1cea53ea26b4 (patch)
tree156b1a29cfbe1962e68d409c3dea5a3911a34e9c /app/config/config_dev.yml
parent49e2854d5c15bbce3f24f91da34450e8f209295b (diff)
parentfb5c17a9ab5e10b1de9caa50e73638fdae19cb78 (diff)
downloadwallabag-f49d9ca383c9f8a1bc426cfabf6b1cea53ea26b4.tar.gz
wallabag-f49d9ca383c9f8a1bc426cfabf6b1cea53ea26b4.tar.zst
wallabag-f49d9ca383c9f8a1bc426cfabf6b1cea53ea26b4.zip
Merge branch 'master' into 2.1
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r--app/config/config_dev.yml4
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