Re: Cassandra loglevel in 3.11.x version

2019-09-06 Thread Jai Bheemsen Rao Dhanwada
Also, when I tried to play around with logback.xml to enable and disable debug logging, I noticed this behavior INFO logs are written both to debug.log and system.log If I comment out the ASYNCDEBUGLOG , no debug logs are generated. Is there way to log the INFO logs only in system.log and log DE

Re: Cassandra loglevel in 3.11.x version

2019-09-06 Thread Jai Bheemsen Rao Dhanwada
does anyone know if there is a documentation that lists all the classes for logs? On Fri, Sep 6, 2019 at 9:28 AM Jai Bheemsen Rao Dhanwada < jaibheem...@gmail.com> wrote: > Thanks Allen, > > This works, is there any documentation that explain about all the > available logging levels? > > On Fri,

Re: Cassandra loglevel in 3.11.x version

2019-09-06 Thread Jai Bheemsen Rao Dhanwada
Thanks Allen, This works, is there any documentation that explain about all the available logging levels? On Fri, Sep 6, 2019 at 12:07 AM Jai Bheemsen Rao Dhanwada < jaibheem...@gmail.com> wrote: > Thanks, I will try that. > > Is this changed between 2.1.16 to 3.11.3? > > On Thursday, September

Re: Cassandra loglevel in 3.11.x version

2019-09-06 Thread Jai Bheemsen Rao Dhanwada
Thanks, I will try that. Is this changed between 2.1.16 to 3.11.3? On Thursday, September 5, 2019, Inquistive allen wrote: > Hello Jai, > > If you want to fetch queries from the logs. > > Kindly run the below command: > > nodetool setlogginglevel org.apache.cassandra.transport TRACE > > this wi

Re: Cassandra loglevel in 3.11.x version

2019-09-05 Thread Inquistive allen
Hello Jai, If you want to fetch queries from the logs. Kindly run the below command: nodetool setlogginglevel org.apache.cassandra.transport TRACE this will help you see all your queries in logs. Just beware that this fills up logs really fast. Thanks, Allen On Fri, 6 Sep, 2019, 10:57 AM Jai

Cassandra loglevel in 3.11.x version

2019-09-05 Thread Jai Bheemsen Rao Dhanwada
Hello, I am trying to enable debug logs on the Cassandra cluster running with 3.11.3, I do see some debug logs but I don't see the same level of DEBUG logs I used to see with 2.1.16 version of cassandra. I am using the below command to set debug logging. $ nodetool setlogginglevel org.apache.cas