提交 e1814163 编写于 作者: minghao.wu's avatar minghao.wu

test: 显示删除key的数量

上级 37fcec24
流水线 #37937 已失败 于阶段
...@@ -108,7 +108,7 @@ public class TokenServiceImpl implements TokenService { ...@@ -108,7 +108,7 @@ public class TokenServiceImpl implements TokenService {
continue; continue;
} }
removeTokenByDoctorIdList(doctorIdList); removeTokenByDoctorIdList(doctorIdList);
logger.info("remove token: {}", fromDoctorId); logger.info("remove token: {} {}", fromDoctorId, doctorIdList.size());
} }
} catch (Exception ex) { } catch (Exception ex) {
// ingnore // ingnore
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册