We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcfbbe commit adb0480Copy full SHA for adb0480
symfony/monolog-bundle/3.3/config/packages/test/monolog.yaml
@@ -1,7 +1,8 @@
1
monolog:
2
handlers:
3
- main:
4
- type: stream
5
- path: "%kernel.logs_dir%/%kernel.environment%.log"
6
- level: debug
7
- channels: ["!event"]
+ # Enable if you need logs during (automated) tests
+ #main:
+ # type: stream
+ # path: "%kernel.logs_dir%/%kernel.environment%.log"
+ # level: debug
8
+ # channels: ["!event"]
0 commit comments