fix - 彻底优化日志 没意义日志

This commit is contained in:
2026-06-09 01:04:56 +08:00
parent 2831f6b35a
commit a7475ccc9a
8 changed files with 8 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ public class OldDoorService implements DoorService {
logger.error("sn-{} door open command exec fail",doorSn);
}
connector.AddListener(listener);
System.out.println(connector.IsRelease());
logger.debug("connector.IsRelease: {}", connector.IsRelease());
if (openDoor.getIsTimeout()) {
logger.info("----sn-{} open door timeout ----",doorSn);
}