mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 06:06:08 +08:00
关闭无用日志
This commit is contained in:
parent
8babccae0d
commit
eb0847eaed
@ -57,7 +57,6 @@ public class NotifyRequestForMobilePositionProcessor extends SIPRequestProcessor
|
||||
private IMobilePositionService mobilePositionService;
|
||||
|
||||
public void process(RequestEvent evt) {
|
||||
logger.warn("[notify-移动位置-未解析] 收到移动位置请求,{}", evt.getRequest());
|
||||
if (taskQueue.size() >= userSetting.getMaxNotifyCountQueue()) {
|
||||
logger.error("[notify-移动位置] 待处理消息队列已满 {},返回486 BUSY_HERE,消息不做处理", userSetting.getMaxNotifyCountQueue());
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user