Skip to content

Commit 9deb58c

Browse files
committed
Increase logging in error case in valve.
1 parent b4feb2b commit 9deb58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/radiadesign/catalina/session/RedisSessionHandlerValve.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private void storeOrRemoveSession(Session session) {
4848
}
4949
}
5050
} catch (Exception e) {
51-
// Do nothing.
51+
log.error("Error storing/removing session", e);
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)