add logging

This commit is contained in:
jannisp 2021-04-22 15:04:36 +02:00
parent 28779f9af1
commit db6ca30c7c
9 changed files with 439 additions and 1 deletions

View file

@ -0,0 +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