mirror of
https://github.com/648540858/wvp-GB28181-pro.git
synced 2026-05-06 23:33:21 +08:00
将心跳记录更新日志的日志级别从info调整为debug
This commit is contained in:
@@ -94,7 +94,7 @@ public class KeepaliveNotifyMessageHandler extends SIPRequestProcessorParent imp
|
|||||||
}
|
}
|
||||||
@Scheduled(fixedDelay = 10, timeUnit = TimeUnit.SECONDS)
|
@Scheduled(fixedDelay = 10, timeUnit = TimeUnit.SECONDS)
|
||||||
public void executeUpdateDeviceList() {
|
public void executeUpdateDeviceList() {
|
||||||
log.info("[定时任务] 更新心跳记录,待处理设备数量: {}", taskQueue.size());
|
log.debug("[定时任务] 更新心跳记录,待处理设备数量: {}", taskQueue.size());
|
||||||
try {
|
try {
|
||||||
if (!taskQueue.isEmpty()) {
|
if (!taskQueue.isEmpty()) {
|
||||||
redisCatchStorage.updateDeviceKeepaliveTimeStamp(taskQueue.stream().toList());
|
redisCatchStorage.updateDeviceKeepaliveTimeStamp(taskQueue.stream().toList());
|
||||||
|
|||||||
Reference in New Issue
Block a user