I am talking to Cassandra using Hector. Is there a way that I can trace the executed queries at the server?
I have tired adding Enable DEBUG logging for org.apache.cassandra.thrift.CassandraServer as mentioned in Cassandra vs logging activity<http://stackoverflow.com/questions/9604554/cassandra-vs-logging-activity>. But that does not provide much info (e.g. says slice query executed, but does not give more info). What I look for is something like SQL tracing in MySQL, so all queries executed are logged. --Srinath