Skip to content

Commit 1312524

Browse files
committed
Log failures.
1 parent 4a5d284 commit 1312524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hub/src/main/java/cloud/katta/protocols/hub/exceptions/HubExceptionMappingService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public BackgroundException map(final String message, final ApiException failure,
3232

3333
@Override
3434
public BackgroundException map(final ApiException failure) {
35+
log.warn("Map failure {}", failure.toString());
3536
for(final Throwable cause : ExceptionUtils.getThrowableList(failure)) {
3637
if(cause instanceof SocketException) {
3738
// Map Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe

0 commit comments

Comments
 (0)