Hi,
using the influxdb-client-csharp , is there a way to disable the log to Output when writing points, to the Db ?
When running in Debug, the output window of Visual Studio is getting polluted by
The batch item: OnNext(RestSharp.RestResponse) was processed successfully.
The data was successfully written to InfluxDB 2.
The batch item: OnNext(RestSharp.RestResponse) was processed successfully.
The data was successfully written to InfluxDB 2.
The batch item: OnNext(RestSharp.RestResponse) was processed successfully.
The data was successfully written to InfluxDB 2.
It makes tracing extremely completed as it keeps on scrolling the new message from the Influx Client.
I’m using WriteApi
with batching but it would be nice to be able to disable for any cases.
Thank you