18 Jun
2002
18 Jun
'02
9:26 a.m.
Hi, I am playing with syslog-ng, it seems that config log{ source(src); filter(filterA); filter(filterB); destination(dest); } means log those messages which satisfy both filterA and filterB to dest, am I right? now the question is if i want log messages satisfy filterA or filterB to dest, how should I write the config? Oscar Yen.