Commit 4d0caeab by huangfusuper

调整提示日志级别

parent bc8804d5
......@@ -51,7 +51,7 @@ public class DaemonScanThreadRunHelperRedisLock extends BaseDaemonScanThreadRunH
//定义睡眠变量
Long sleepTime = 0L;
try{
log.info("---{}准备加锁---",threadName);
log.debug("---{}准备加锁---",threadName);
//加锁 60秒后超时
if (RedissLockUtil.trlock(lockName, TimeUnit.SECONDS, -1)) {
log.debug("------------{},加锁成功,锁名称为{}----------",threadName,lockName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment