ansible-role-chill/templates/config/prod/monolog.yaml

20 lines
613 B
YAML
Raw Normal View History

2024-12-19 10:05:25 +00:00
parameters:
log_prefix: {{ item.chill_environment }}
monolog:
handlers:
default_log:
type: stream
path: "%kernel.logs_dir%/privacy-%log_prefix%.log"
2024-12-19 10:05:25 +00:00
level: info
channels: ['chill']
chill_log:
type: stream
path: "%kernel.logs_dir%/default-%log_prefix%.log"
2024-12-19 10:05:25 +00:00
level: info
channels: ['!event', '!doctrine', '!console', '!chill']
console:
type: console
process_psr_3_messages: false
channels: ['!event', '!doctrine', '!console']
bubble: false