[syslog-ng]Log paths that DON'T stop matching....

Balazs Scheidler bazsi@balabit.hu
Mon, 4 Jun 2001 17:40:39 +0200


> 
> A normal log path is thus:
> 
>    log { source(...); filter(...); destination(...); };
> 
> ...and when a match occurs (source and filter) then the message is
> sent to the destination and matching stops.  To do what I'd like, with
> what I've seen so far, is to do something like this:

matching doesn't stop when the first match occurs. a single log message is
sent to _all_ matching log statements. The code performing this is
in the center.c:do_distribute_log() function.

-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1