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

Commit 827ec90

Browse files
committed
ignore event and doctrine logs in console
1 parent b7f3157 commit 827ec90

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/config/config_dev.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,7 @@ monolog:
2121
console:
2222
type: console
2323
bubble: false
24-
verbosity_levels:
25-
VERBOSITY_VERBOSE: INFO
26-
VERBOSITY_VERY_VERBOSE: DEBUG
27-
channels: ["!doctrine"]
28-
console_very_verbose:
29-
type: console
30-
bubble: false
31-
verbosity_levels:
32-
VERBOSITY_VERBOSE: NOTICE
33-
VERBOSITY_VERY_VERBOSE: NOTICE
34-
VERBOSITY_DEBUG: DEBUG
35-
channels: ["doctrine"]
24+
channels: [!event, !doctrine]
3625
# uncomment to get logging in your browser
3726
# you may have to allow bigger header sizes in your Web server configuration
3827
#firephp:

0 commit comments

Comments
 (0)