更改日志级别

This commit is contained in:
谷成伟 2024-12-12 09:37:31 +08:00
parent 61ade5da83
commit d45fbf3354

View File

@ -238,7 +238,7 @@ public class NodeMessageServiceImpl extends TextWebSocketHandler implements Node
@Override
public void handleData(TerminalMessage data) {
JsonNode jsonNode = data.getData();
log.info("收到消息:{}",data.getData());
log.debug("收到消息:{}",data.getData());
String deviceId = jsonNode.get("deviceId").asText();
JsonNode values = jsonNode.get("values");
JsonNode archiveValues = jsonNode.get("archiveValues");