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

Debug Log

parent a97efbe1
Branches
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ class FileRestClient {
request.setNachrichtId(fileIdentificationData.nachrichtId());
request.setSamlToken(AuthenticationHelper.getSamlToken());
LOG.info("fileId: {}, nachrichtId: {}", fileIdentificationData.fileId(), fileIdentificationData.nachrichtId());
try {
return restClient
.post()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment