set-up the role
This commit is contained in:
19
templates/config/prod/monolog.yaml
Normal file
19
templates/config/prod/monolog.yaml
Normal 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
|
Reference in New Issue
Block a user