移除操作日志记录到数据库功能

This commit is contained in:
648540858
2024-10-29 16:56:14 +08:00
parent 4f12ad6236
commit 98b4566c6c
9 changed files with 1 additions and 555 deletions

View File

@@ -309,7 +309,7 @@ public class PlatformServiceImpl implements IPlatformService {
platformCatchForNow.setKeepAliveReply(0);
redisCatchStorage.updatePlatformCatchInfo(platformCatchForNow);
}
log.info("[发送心跳] 国标级联 发送心跳, code {}, msg: {}", eventResult.statusCode, eventResult.msg);
log.info("[国标级联] 发送心跳,平台{}({}), code {}, msg: {}", platform.getName(), platform.getServerGBId(), eventResult.statusCode, eventResult.msg);
});
} catch (SipException | InvalidArgumentException | ParseException e) {
log.error("[命令发送失败] 国标级联 发送心跳: {}", e.getMessage());