Re: Problem to activate mode DEBUG to see the slow queries

2018-06-28 Thread Nitan Kainth
You can also enable traceprobability: /opt/cassandra/bin/nodetool settraceprobability 1 It will populate system_traces keyspace where you can see details on queries On Thu, Jun 28, 2018 at 5:32 AM, Jean Carlo wrote: > Thank you ahmed! > > > Saludos > > Jean Carlo > > "The best way to predict

Re: Problem to activate mode DEBUG to see the slow queries

2018-06-28 Thread Jean Carlo
Thank you ahmed! Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Thu, Jun 28, 2018 at 11:21 AM, Ahmed Eljami wrote: > ​Hello Jean Carlo, > > To activate Debug mode, you should edit "logback.xml " not > "log4j-server.properties" > > > Ahmed. >

Re: Problem to activate mode DEBUG to see the slow queries

2018-06-28 Thread Ahmed Eljami
​Hello Jean Carlo, To activate Debug mode, you should edit "logback.xml " not "log4j-server.properties" Ahmed.

Problem to activate mode DEBUG to see the slow queries

2018-06-28 Thread Jean Carlo
hello, concerning to slow queries https://issues.apache.org/jira/browse/CASSANDRA-12403 how do I activate the logging debug for the slow queries ? I tried with nodetool setlogging org.apache.cassandra.db.monitoring DEBUG and also with log4j-server.properties and I did not get the expected