influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Log level change makes no difference

Open shivchelwa opened this issue 5 years ago • 1 comments

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.

shivchelwa avatar May 07 '20 23:05 shivchelwa

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.

majst01 avatar May 08 '20 05:05 majst01