Re: Tracing Queries at Cassandra Server

2013-11-11 Thread Srinath Perera
ows. > > log4j.logger.org.apache.cassandra.service.StorageProxy=DEBUG > log4j.logger.org.apache.cassandra.thrift.CassandraServer=DEBUG > > Hope it would help. > > > On Mon, Nov 11, 2013 at 11:25 AM, Srinath Perera wrote: > >> I am talking to Cassandra using Hector. Is

Tracing Queries at Cassandra Server

2013-11-10 Thread Srinath Perera
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