You've already forked FrameTour-BE
refactor(logging): 调整日志级别并移除冗余日志
- 将人脸识别成功日志从 info 级别调整为 debug 级别- 将 ZT-Source 消息处理成功日志从 info 级别调整为 debug 级别 - 移除 ZT-Source 照片素材保存成功的冗余 info 日志输出
This commit is contained in:
@@ -65,8 +65,6 @@ public class ZTSourceDataService {
|
||||
int result = sourceMapper.addFromZTSource(sourceEntity);
|
||||
|
||||
if (result > 0) {
|
||||
log.info("成功保存ZT-Source照片素材: sourceId={}, entityId={}, scenicId={}, deviceId={}",
|
||||
message.getSourceId(), sourceEntity.getId(), message.getScenicId(), message.getDeviceId());
|
||||
return true;
|
||||
} else {
|
||||
log.error("保存ZT-Source照片素材失败: sourceId={}", message.getSourceId());
|
||||
|
||||
Reference in New Issue
Block a user