mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
421 B
YAML
15 lines
421 B
YAML
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
|