Skip to content

Commit

Permalink
merged branch symfony/monolog-tweaks (PR #569)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

made browser logs commented by defaults (refs symfony/symfony#8413)

FirePHP and ChromePHP are now disabled by default as they can make the application broke if the web server is not configured with large header sizes.

see symfony/symfony#8413

Commits
-------

262af2d made browser logs commented by defaults (refs #8413)
  • Loading branch information
fabpot committed Jul 8, 2013
2 parents ec670cb + 262af2d commit c649766
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/config/config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c649766

Please sign in to comment.