chore: adopt monolog config for staging environment from prod

This commit is contained in:
Björn Fromme
2026-03-23 17:28:51 +01:00
parent ccfafc5da4
commit c1ab6d8687
+4 -2
View File
@@ -59,7 +59,7 @@ when@test:
path: "%kernel.logs_dir%/%kernel.environment%.log" path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug level: debug
when@prod: when@prod: &prod_config
monolog: monolog:
handlers: handlers:
database: database:
@@ -104,4 +104,6 @@ when@prod:
type: stream type: stream
channels: [deprecation] channels: [deprecation]
path: php://stderr path: php://stderr
formatter: monolog.formatter.json formatter: monolog.formatter.json
when@staging: *prod_config