[syslog-ng]Filter Problem
Andrew Fort
afort@staff.webcentral.com.au
Sat, 27 Jan 2001 00:25:17 +1000
> My intent with the following filter, etc. is to exclude
> messages coming in
> from facility local7 from being logged to /var/adm/messages.
> It does not
> seem to work as those messages are making it there. Can
> anyone spot what
> might be wrong with the filter/destination/log stanza(s)?
>
> filter f_var_adm { level(emerg,alert,crit,err)
> or ( facility(kern) and level(debug) )
> or ( facility(daemon) and level(notice) )
> or ( facility(local2) and level(notice) )
> or ( facility(auth) and level(notice,info) )
> or ( facility(mail) and level(crit) )
> and not ( facility(local7) ); };
are any of the messages arriving from local7 in emerg, alert, crit, or err
level?