[CentOS] Iptables - flooding console

Wed Jul 20 14:44:22 UTC 2011
cbulist at gmail.com <cbulist at gmail.com>

Hi,

We are trying to track some specific rules using  LOG as target.
Everything is working well but the problem is that iptables is flooding 
the console with LOG messages.
We tried --log level 4 on iptables rules but it didn't work.
We fixed the problem changing KLOGD_OPTIONS value in 
/etc/sysconfig/syslog to:
KLOG_OPTIONS="-c 4"

Is it the best option or we are missing something?

Thanks in advance