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.cassandra DEBUG In the 2.1.16 version of Cassandra I see the below logs when I make a select query using CQL, but I don't see the same trace logs in 3.11.3. has anything changed in the 3.11.3 version? > DEBUG [SharedPool-Worker-1] 2019-09-06 03:43:10,593 Message.java:437 - > Received: QUERY SELECT * FROM ks.cf WHERE key=? AND id=?;, v=3 Thanks in advance.