Updated recipe for monolog/bundle.

This commit is contained in:
Jan Böhmer 2020-05-10 17:08:14 +02:00
parent fbc1c32463
commit 680297320b
3 changed files with 18 additions and 10 deletions

View file

@ -1,7 +1,12 @@
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: nested
excluded_http_codes: [404, 405]
channels: ["!event"]
nested:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]