Updated symfony/monolog-bundle recipe

This commit is contained in:
Jan Böhmer 2022-03-04 19:21:17 +01:00
parent 136b3a2b79
commit 441acca5ac
7 changed files with 86 additions and 85 deletions

View file

@ -1,19 +0,0 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine", "!console"]