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

Commit 262af2d

Browse files
committed
made browser logs commented by defaults (refs #8413)
1 parent ec670cb commit 262af2d

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)