In older versions of the driver, 3.6.0 as an example, it was possible to turn on trace logging on the class com.datastax.driver.core.Connection and get information on what consistency level was used.
I find no such logging in 4.6.1. The built in RequestLogger doesn't seem to log consistency level at all. Can I find it in any other way than through wireshark?
I know that cassandra 3.11 adds some of this but I'm not on 3.11 yet.
Cheers.