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

Commit c649766

Browse files
committed
merged branch symfony/monolog-tweaks (PR #569)
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)
2 parents ec670cb + 262af2d commit c649766

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/config/config_dev.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ monolog:
2020
console:
2121
type: console
2222
bubble: false
23-
firephp:
24-
type: firephp
25-
level: info
26-
chromephp:
27-
type: chromephp
28-
level: info
23+
# uncomment to get logging in your browser
24+
# you may have to allow bigger header sizes in your Web server configuration
25+
#firephp:
26+
# type: firephp
27+
# level: info
28+
#chromephp:
29+
# type: chromephp
30+
# level: info
2931

3032
assetic:
3133
use_controller: true

0 commit comments

Comments
 (0)