Update monolog.yaml

This commit is contained in:
Roland Franssen
2019-12-02 18:46:28 +01:00
committed by GitHub
parent adb0480079
commit 9851993758
@@ -1,8 +1,11 @@
monolog:
handlers:
# Enable if you need logs during (automated) tests
#main:
# type: stream
# path: "%kernel.logs_dir%/%kernel.environment%.log"
# level: debug
# channels: ["!event"]
main:
type: fingers_crossed
action_level: error
handler: nested
excluded_http_codes: [404, 405]
nested:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug