mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-01 04:30:44 -05:00
More logging
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public class CatalinaUserSessionManagement implements SessionListener {
|
||||
try {
|
||||
session.expire();
|
||||
} catch (Exception e) {
|
||||
log.warnf("Session not present or already invalidated.");
|
||||
log.warn("Session not present or already invalidated.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user