Hi!

On Wed, 2006-01-25 at 09:27 +0100, Laurent CARON wrote:
> #
> # filter f_attention { level(err .. emerg); };
> destination buckrogers { udp("buckrogers"); };
> log { source(s_all); filter(f_attention); destination(buckrogers); };
> #

The problem is with the destination above. Sadly syslog-ng 1.9 cannot
resolve host names, so you can only use address not host name.

And because of this (and with kernel magic) all messages to this
destionation goes to 127.0.0.1 and syslog-ng will read it again. :(

I put this into the inner bug system with ticket ID 8174.

I don't close this bug, but I going to lover it's severity a bit if you
accept it. (This only can happen if you listen in wild and try to send
somewhere too.)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to