Browse Source

调整输出提示

td_orm
H Vs 1 year ago
parent
commit
403477f443
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      HealthMonitor.Service/Sub/TDengineDataSubcribe.cs

+ 2
- 1
HealthMonitor.Service/Sub/TDengineDataSubcribe.cs View File

@@ -187,8 +187,9 @@ namespace HealthMonitor.Service.Sub
}
}
consumer.Commit(consumeRes);
//_logger.LogInformation("监听中....");
Console.WriteLine("监听中....");
Console.WriteLine($"{DateTime.Now:yyyy-MM-dd HH:mm:ss.fff},监听中....");
}

// close consumer after use.Otherwise will lead memory leak.


Loading…
Cancel
Save