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

Mehr Logging hinzugefügt

parent b22f04cc
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ public class ElsterTransferRemoteService {
}
PostfachNachricht getAntwort(AntwortDetails antwortDetails) {
LOG.info("Processing AntwortDetail {} with DownloadDate {}", antwortDetails, antwortDetails.getDownloadZeitpunkt());
var nachrichtBuilder = PostfachNachricht.builder()
.direction(PostfachNachricht.Direction.IN)
.mailBody(postfachProperties.getBody());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment