mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
去除调试日志日志
This commit is contained in:
parent
f8ef14bfea
commit
4ad711f61a
@ -315,8 +315,8 @@ public class NotifyRequestForCatalogProcessor extends SIPRequestProcessorParent
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Scheduled(fixedRate = 10000) //每1秒执行一次
|
// @Scheduled(fixedRate = 10000) //每1秒执行一次
|
||||||
public void execute(){
|
// public void execute(){
|
||||||
logger.info("[待处理Notify-目录订阅消息数量]: {}", taskQueue.size());
|
// logger.info("[待处理Notify-目录订阅消息数量]: {}", taskQueue.size());
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -188,8 +188,8 @@ public class NotifyRequestForMobilePositionProcessor extends SIPRequestProcessor
|
|||||||
}
|
}
|
||||||
taskQueue.clear();
|
taskQueue.clear();
|
||||||
}
|
}
|
||||||
@Scheduled(fixedRate = 10000)
|
// @Scheduled(fixedRate = 10000)
|
||||||
public void execute(){
|
// public void execute(){
|
||||||
logger.info("[待处理Notify-移动位置订阅消息数量]: {}", taskQueue.size());
|
// logger.debug("[待处理Notify-移动位置订阅消息数量]: {}", taskQueue.size());
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user