OPCDA插件日志级别修改

This commit is contained in:
2248356998 qq.com
2023-03-09 12:09:59 +08:00
parent a5bbbfdce3
commit e700fc562c

View File

@@ -188,7 +188,7 @@ namespace ThingsGateway.Foundation.Adapter.OPCDA
{
if (connect())
{
_logger?.Debug(OPCNode.ToString() + "OPC重新链接成功");
_logger?.Info(OPCNode.ToString() + "OPC重新链接成功");
}
}