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