Commit a683279f LN

日志修改

1 个父辈 27663f30
...@@ -487,7 +487,7 @@ namespace Asa.IOModule ...@@ -487,7 +487,7 @@ namespace Asa.IOModule
log.Debug("Receive: " + HexBuff(cmd)); log.Debug("Receive: " + HexBuff(cmd));
if (IP.Equals("192.168.101.22") && cmd.Length>7&& (cmd[7] == 2)) if (IP.Equals("192.168.101.22") && cmd.Length>7&& (cmd[7] == 2))
{ {
LogUtil.LOGGER.Info(LogName + " Listen 收到数据 ["+index+"] " + HexBuff(cmd)); LogUtil.LOGGER.Debug(LogName + " Listen 收到数据 ["+index+"] " + HexBuff(cmd));
} }
CommandProcess(cmd, index); CommandProcess(cmd, index);
// System.Threading.Tasks.Task.Run(() => CommandProcess(cmd, index)); // System.Threading.Tasks.Task.Run(() => CommandProcess(cmd, index));
...@@ -577,7 +577,7 @@ namespace Asa.IOModule ...@@ -577,7 +577,7 @@ namespace Asa.IOModule
{ {
msg += " " + (int)s; msg += " " + (int)s;
} }
LogUtil.LOGGER.Info(LogName + " DI_Changed_Event ["+index+"] " + msg); LogUtil.LOGGER.Debug(LogName + " DI_Changed_Event ["+index+"] " + msg);
} }
DI_Changed_Event?.Invoke(this, staDI); DI_Changed_Event?.Invoke(this, staDI);
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!