chore: adopt monolog config for staging environment from prod
This commit is contained in:
@@ -59,7 +59,7 @@ when@test:
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
|
||||
when@prod:
|
||||
when@prod: &prod_config
|
||||
monolog:
|
||||
handlers:
|
||||
database:
|
||||
@@ -104,4 +104,6 @@ when@prod:
|
||||
type: stream
|
||||
channels: [deprecation]
|
||||
path: php://stderr
|
||||
formatter: monolog.formatter.json
|
||||
formatter: monolog.formatter.json
|
||||
|
||||
when@staging: *prod_config
|
||||
Reference in New Issue
Block a user