set-up the role

This commit is contained in:
2024-12-19 11:05:25 +01:00
parent 5a2ba1c9d6
commit a53e62dd9e
18 changed files with 337 additions and 65 deletions

View File

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