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

Commit de6ecbb

Browse files
javiereguiluzTobion
authored andcommitted
Simplify the log files by ignoring the "event" channel by default
1 parent c5709dd commit de6ecbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/config/config_dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ web_profiler:
1414
monolog:
1515
handlers:
1616
main:
17-
type: stream
18-
path: "%kernel.logs_dir%/%kernel.environment%.log"
17+
type: stream
18+
path: "%kernel.logs_dir%/%kernel.environment%.log"
1919
level: debug
20+
channels: [!event]
2021
firephp:
2122
type: firephp
2223
level: info

0 commit comments

Comments
 (0)