Skip to content
Snippets Groups Projects
Commit 9b8a442d authored by OZGCloud's avatar OZGCloud
Browse files

WIP: OZG-6275 Mehr logging in sendMessage

parent 407c7e09
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ public class MukPostfachRemoteService implements PostfachRemoteService {
@Override
public void sendMessage(PostfachNachricht postfachNachricht) {
LOG.info("Sending PostfachNachricht with id {} and messageId {} to ElsterTransferService.", postfachNachricht.getId(), postfachNachricht.getMessageId());
try {
var response = elsterTransferService.send(postfachNachricht);
LOG.info("Submitted BereitstellungsAuftrag with id {}", response.getId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment