Skip to content
Snippets Groups Projects
Commit 990115fc authored by Jan Zickermann's avatar Jan Zickermann
Browse files

KOP-3126 logging: Cleanup

parent 59a1cece
No related branches found
No related tags found
1 merge request!4Kop 3126 cleanup logs
......@@ -136,7 +136,7 @@ public class XtaClientConfig {
@RequiredArgsConstructor
@Getter
@Builder
@ToString
@ToString(exclude = {"content", "password"})
public static class KeyStore {
/**
* File content of the keystore file.
......
......@@ -55,7 +55,7 @@ public class XtaClientService {
try {
return Optional.of(service.getMessage(messageId, readerClientIdentifier));
} catch (XTAWSTechnicalProblemException | PermissionDeniedException | InvalidMessageIDException | RuntimeException e) {
logError("Failed to get message by id ! '%s' (reader: %s)".formatted(messageId, readerClientIdentifier.value()), e);
logError("Failed to get message by id! '%s' (reader: %s)".formatted(messageId, readerClientIdentifier.value()), e);
return Optional.empty();
}
}
......
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