mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
DX: embed test app inside bundle
This commit is contained in:
14
tests/app/config/packages/prod/monolog.yaml
Normal file
14
tests/app/config/packages/prod/monolog.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
monolog:
|
||||
handlers:
|
||||
graylog:
|
||||
type: gelf
|
||||
publisher:
|
||||
hostname: "%env(resolve:GELF_HOST)%"
|
||||
port: "%env(resolve:GELF_PORT)%"
|
||||
level: warning
|
||||
channels: ['!event']
|
||||
console:
|
||||
type: console
|
||||
process_psr_3_messages: false
|
||||
channels: ['!event', '!doctrine', '!console']
|
||||
bubble: false
|
Reference in New Issue
Block a user