Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

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

Merged
merged 1 commit into from
Jul 8, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: web lowercase

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think nginx should be mentioned specifically in the comment. What other web servers require this configuration?

#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info

assetic:
use_controller: true
Expand Down