[syslog-ng] syslog-ng error

Geller, Sandor (IT) Sandor.Geller at morganstanley.com
Wed Aug 29 11:29:52 CEST 2007


Hello,

> filter f_local0_err {
>         facility(local7)
>                 and level(warn) or level(err);
> };

I assume that instead of the above filter you wanted this:

filter f_local0_err {
	facility(local7)
	and (level(warn) or level(err));
};

Regards,

Sandor
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.


More information about the syslog-ng mailing list