On 1/6/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
>
> Any chance that you know how to do this with syslog-ng ? I join my
> syslogng.conf file for you to check, I don't know why it still log stuff
> to the console ?
...
> filter f_emergency { level(emerg); };
> filter f_info { level(info); };
> filter f_notice { level(notice); };
> filter f_warn { level(warn); };
> filter f_crit { level(crit); };
> filter f_err { level(err); };
> filter f_iptables { match("FIREWALL:INPUT"); };
>
I do not know how to use syslog-ng. But it looks like you should
read about the level() option in the documentation for syslog-ng.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page