8000 Don't log console errors in console output · symfony/symfony-standard@2bf1249 · GitHub
[go: up one dir, main page]

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

Commit 2bf1249

Browse files
committed
Don't log console errors in console output
1 parent 27da053 commit 2bf1249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ monolog:
2020
channels: [!event]
2121
console:
2222
type: console
23-
channels: [!event, !doctrine]
23+
channels: [!event, !doctrine, !console]
2424
# uncomment to get logging in your browser
2525
# you may have to allow bigger header sizes in your Web server configuration
2626
#firephp:

0 commit comments

Comments
 (0)
0