Reduce logging.
On success this is followed by a "Session resumed" message, and something should always be logged on failure too.
This commit is contained in:
@@ -452,7 +452,7 @@ public class ClientManager
|
|||||||
PresentsSession session = getClient(authname);
|
PresentsSession session = getClient(authname);
|
||||||
|
|
||||||
if (session != null) {
|
if (session != null) {
|
||||||
log.info("Resuming session", "type", type, "who", authname, "conn", conn);
|
//log.info("Resuming session", "type", type, "who", authname, "conn", conn);
|
||||||
session.resumeSession(req, conn);
|
session.resumeSession(req, conn);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user