From 262af2d269019380f5843360ff60a7258935d75a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 3 Jul 2013 14:52:34 +0200 Subject: [PATCH] made browser logs commented by defaults (refs #8413) --- app/config/config_dev.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index c5619149ca..efcacdd43b 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -20,12 +20,14 @@ monolog: console: type: console bubble: false - firephp: - type: firephp - level: info - chromephp: - type: chromephp - level: info + # uncomment to get logging in your browser + # you may have to allow bigger header sizes in your Web server configuration + #firephp: + # type: firephp + # level: info + #chromephp: + # type: chromephp + # level: info assetic: use_controller: true