From 8fb1e8173e9c7b9c327dad2c0abada0b1809f9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 5 Feb 2016 16:17:56 +0100 Subject: [PATCH] [Monolog] Console handler don't bubble anymore see https://github.com/symfony/symfony-standard/pull/557#discussion_r52014052 for more information --- app/config/config_dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 1d09908a70..20b7606bb0 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -20,7 +20,6 @@ monolog: channels: [!event] console: type: console - bubble: false channels: [!event, !doctrine] # uncomment to get logging in your browser # you may have to allow bigger header sizes in your Web server configuration