-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Milestone
Description
Hi,
my issue is more of a question than a bug:
Is there a way to disable the log to Output when writing points, to the Db ?
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,
Expected behavior:
An option in WriteOptions
to disable client verbose.
Specifications:
- Client Version: 4.13.0 (was doing the same in previous version through)
Thank you for your help