调整log级别
This commit is contained in:
parent
41421b38f2
commit
6209e3fb1c
@ -148,7 +148,7 @@ public class AppTokenManager implements IAppManager {
|
||||
for (String tokenKey : clearTokenKeys) {
|
||||
tokens.remove(tokenKey);
|
||||
}
|
||||
LOG.debug("本次共清理超时Token:{}个", clearTokenKeys.size());
|
||||
LOG.trace("本次共清理超时Token:{}个", clearTokenKeys.size());
|
||||
}
|
||||
|
||||
private static class AppTokenManagerBuilder {
|
||||
|
@ -120,7 +120,7 @@ public class VerifyCodeManager {
|
||||
size++;
|
||||
}
|
||||
}
|
||||
LOG.debug("本次清除超时验证码:{}个", size);
|
||||
LOG.trace("本次清除超时验证码:{}个", size);
|
||||
}
|
||||
|
||||
private static class VerifyCodeManagerBuilder {
|
||||
|
Loading…
Reference in New Issue
Block a user