Skip to content
This repository has been 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 8 additions & 6 deletions app/config/config_dev.yml
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
Member

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