Hi, You can set the property gc_warn_threshold_in_ms in yaml.For example, if your application is ok with a 2000ms pause, you can set the value to 2000 such that only gc pauses greater than 2000ms will lead to gc and status log. Please refer https://issues.apache.org/jira/plugins/servlet/mobile#issue/CASSANDRA-8907 for details.
ThanksAnuj Sent from Yahoo Mail on Android On Mon, 25 Apr, 2016 at 3:20 PM, jason zhao yang<zhaoyangsingap...@gmail.com> wrote: Hi, Currently StatusLogger will log info when there are dropped messages or GC more than 200 ms. In my use case, there are about 1000 tables. The status-logger is logging too many information for each tables. I wonder is there a way to reduce this log? for example, only print the thread pool information. Thanks.