feat: log request ids to map xml dumps of bpn api communication

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent fedfcc247e
commit f55ed3dc4c
5 changed files with 67 additions and 3 deletions
+1 -1
View File
@@ -104,4 +104,4 @@ when@prod:
type: stream
channels: [deprecation]
path: php://stderr
formatter: monolog.formatter.json
formatter: monolog.formatter.json
+5
View File
@@ -132,3 +132,8 @@ services:
arguments:
$httpClient: '@typo3.client'
$apiKey: 'AbcAbc123'# dummy key, not yet implemented
App\Logger\RequestIdProcessor:
tags:
- { name: monolog.processor }