"v2 driver" log messages at "info" level
Describe the bug
The v2 client spams "v2 driver" log messages at "info" level from: https://github.com/ClickHouse/clickhouse-java/blob/7b7749fb00c848d4ecbec74d54ac8dca8f12de4e/clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/ClickHouseDriver.java#L83
Steps to reproduce
- Create a v2 client and make queries with it
- Observe lots of
INFO [com.clickhouse.jdbc.ClickHouseDriver] v2 driverlog 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
Good day, @devurandom ! It was done intentionally because we have changed the internal implementation of JDBC driver. We will remove it. Meanwhile please just turn off logger for this class. Thanks!
The issue persists with version 0.8.2 and 0.8.4.
Good day, @devurandom! Sorry about that. We've planned to make overall logging cleanup so this problem will be solved.