Disable CSF LFD logging to console in linux
by rajesh[ Edit ] 2012-04-02 17:56:11
Some times it will be irritating to see CSF or LFD log messages over the console.
Supressing kernel messages to the console in Red Hat Linux
bash# vi /etc/sysconfig/syslog
change the line
KLOGD_OPTIONS="-2 -c 1"
Restart Syslog
bash# /etc/init.d/syslog restart