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
+3 -1
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:
@@ -105,3 +105,5 @@ when@prod:
channels: [deprecation] channels: [deprecation]
path: php://stderr path: php://stderr
formatter: monolog.formatter.json formatter: monolog.formatter.json
when@staging: *prod_config