ソースを参照

调整输出提示

td_orm
H Vs 1年前
コミット
403477f443
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      HealthMonitor.Service/Sub/TDengineDataSubcribe.cs

+ 2
- 1
HealthMonitor.Service/Sub/TDengineDataSubcribe.cs ファイルの表示

@@ -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.


読み込み中…
キャンセル
保存