From 138065d21dc7d51030cb848d62f86e4a6619226f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Thu, 4 Sep 2014 01:17:47 +0200 Subject: [PATCH] [Console] filter doctrine log with -vv cli option --- app/config/config_dev.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 52b7372465..a840c64b2c 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -20,6 +20,18 @@ monolog: console: type: console bubble: false + verbosity_levels: + VERBOSITY_VERBOSE: INFO + VERBOSITY_VERY_VERBOSE: DEBUG + channels: ["!doctrine"] + console_very_verbose: + type: console + bubble: false + verbosity_levels: + VERBOSITY_VERBOSE: NOTICE + VERBOSITY_VERY_VERBOSE: NOTICE + VERBOSITY_DEBUG: DEBUG + channels: ["doctrine"] # uncomment to get logging in your browser # you may have to allow bigger header sizes in your Web server configuration #firephp: