Re: Tracing Queries at Cassandra Server

2013-11-11 Thread Srinath Perera
Thanks Takenori! I tried adding that, but I can only see following logs. I am using 1.27, are there new logs added in new ones? DEBUG [Thrift:45] 2013-11-11 08:38:14,525 StorageProxy.java (line 1347) Schemas are in agreement. DEBUG [Thrift:1317] 2013-11-11 15:07:14,368 StorageProxy.java (line 15

Re: Tracing Queries at Cassandra Server

2013-11-10 Thread Takenori Sato
In addition to CassandraServer, add StorageProxy for details as follows. 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 Ca

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