21 Jan
2010
21 Jan
'10
8:58 p.m.
Paul, use the keyword "not" in your filter: filter notmail { not facility(mail); } regards, Siem -----Oorspronkelijk bericht----- Van: syslog-ng-bounces@lists.balabit.hu namens PAUL WILLIAMSON Verzonden: do 21-1-2010 21:48 Aan: syslog-ng@lists.balabit.hu Onderwerp: [syslog-ng] Log all msgs but a specific filter I need to log all messages except for a specific filter. I have the filter defined and these messages are getting logged to a separate file. However, I have one "main" log file where I do all my other processing. How can I include that filter in my destination so that it drops those specific messages from getting logged? Thanks, Paul