Describe the bug
The v2 client spams "v2 driver" log messages at "info" level from:
Steps to reproduce
- Create a v2 client and make queries with it
- Observe lots of
INFO [com.clickhouse.jdbc.ClickHouseDriver] v2 driver log messages
Expected behaviour
ClickHouse Java client stays silent on INFO level and higher, unless there is something particularly noteworthy.
Configuration
Environment
- Client version: 0.8.0
- Language version: Java 11 / Clojure 1.12
- OS: Linux 6
ClickHouse server
- ClickHouse Server version: Cloud
- ClickHouse Server non-default settings, if any: N/A
Describe the bug
The v2 client spams "v2 driver" log messages at "info" level from:
clickhouse-java/clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/ClickHouseDriver.java
Line 83 in 7b7749f
Steps to reproduce
INFO [com.clickhouse.jdbc.ClickHouseDriver] v2 driverlog messagesExpected behaviour
ClickHouse Java client stays silent on INFO level and higher, unless there is something particularly noteworthy.
Configuration
Environment
ClickHouse server