mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
Update monolog.yaml
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
channels: ["!event"]
|
||||
# Enable if you need logs during (automated) tests
|
||||
#main:
|
||||
# type: stream
|
||||
# path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
# level: debug
|
||||
# channels: ["!event"]
|
||||
|
||||
Reference in New Issue
Block a user