- Notifications
You must be signed in to change notification settings - Fork 615
Labels
Milestone
Description
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
| log.info("v2 driver"); |
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