The debugging level is set at INFO, I want to enable logging of slow running queries for which slow_query_log_timeout_in_ms is set. If debugging level will be set to DEBUG, it will log queries running longer than slow_query_log_timeout_in_ms but at the same time lot of other debugging info will be logged. I do not want any debug info other than slow running query, is it possible to only enable logging of slow running queries and nothing else at debug level?
[cassandra@localhost ~]$ nodetool getlogginglevels Logger Name Log Level ... org.apache.cassandra INFO