DX: embed test app inside bundle

This commit is contained in:
2023-05-03 22:30:20 +02:00
parent 6d63177ff4
commit 4ab4554e63
54 changed files with 723 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
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']
bubble: false