More logging
This commit is contained in:
parent
463310e1c3
commit
d0ead0f0a0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue