Re: Cassandra trace
At this point, query tracing is easier to do from the driver side. Docs for python and java: http://datastax.github.io/python-driver/api/cassandra/query.html# https://github.com/datastax/java-driver/tree/3.x/manual/logging#logging-query-latencies This has been completely redone in 4.0. For details
Cassandra trace
Hello, Does anyone know how I can see queries coming when they're as prepared statements when trace is turned on Cassandra 3.x? If trace doesn't show, any ideas how I can see these type of queries?