Hi, when building and running Cassandra 2.0.5 from the git repository, the log is full of lines like these
00:01:42.286 [CompactionExecutor:1] DEBUG
o.a.c.d.compaction.CompactionManager - Checking system.local
When building and running 2.1.0/trunk the log settings are however fine. Is
there any way I can lower the log setting in 2.0.5?
I already tried setting
log4j.rootLogger=ERROR,stdout,R
it in conf/log4j-server.properties, but that did not seem to have any
effect.
Thanks!
