influxdb-java
influxdb-java copied to clipboard
Log level change makes no difference
When log level is set to BASIC/HEADERS/FULL, app logs does not show any additional information. I see the InfluxDBImpl uses default HttpLoggingInterceptor constructor and no way to pass logger object.
Can you show your code where you set the loglevel, this is a feature of okhttp: https://square.github.io/okhttp/4.x/okhttp-logging-interceptor/okhttp3.logging/-http-logging-interceptor/ So if this does not work it is probably related to a BUG on their side.