23 Feb
2010
23 Feb
'10
9:21 p.m.
I experimentally confirmed that multiple filters are treated as "AND" in a log{} statement. Jerry On 2/23/2010 2:03 PM, Fegan, Joe wrote:
log { source(src); filter(f_notice); filter(f_not_authpriv); filter(not_ntpd); destination(messages); flags(final); };
Question for everyone: If you have multiple filters in a single log statement does syslog-ng "OR" them or does it "AND" them? The former might explain this behaviour...
Joe.