提交 c46a1e06 编写于 作者: L lidongdai

change log level to debug

上级 ead6d7b5
......@@ -68,7 +68,7 @@ public class SessionService extends BaseService{
}
String ip = BaseController.getClientIpAddress(request);
logger.info("get session: {}, ip: {}", sessionId, ip);
logger.debug("get session: {}, ip: {}", sessionId, ip);
return sessionMapper.queryBySessionId(sessionId);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册