Skip to content
Snippets Groups Projects
Commit 7ef12b07 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5636 add more logs

parent 1104296c
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ class BayernIdPostfachRemoteService implements PostfachRemoteService { ...@@ -67,6 +67,7 @@ class BayernIdPostfachRemoteService implements PostfachRemoteService {
} }
MessageWithFilesSender createMessageWithFilesSender(PostfachNachricht nachricht) { MessageWithFilesSender createMessageWithFilesSender(PostfachNachricht nachricht) {
LOG.info("Absender Dienst: {}", bayernIdProperties.getAbsender().getDienst());
return MessageWithFilesSender.builder() return MessageWithFilesSender.builder()
.reqObserverBuilder(buildCallStreamObserverBuilder()) .reqObserverBuilder(buildCallStreamObserverBuilder())
.messageMetadata(mapper.toSendBayernIdMessageMetadataRequest(nachricht, bayernIdProperties.getAbsender())) .messageMetadata(mapper.toSendBayernIdMessageMetadataRequest(nachricht, bayernIdProperties.getAbsender()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment