[prev in list] [next in list] [prev in thread] [next in thread] 

List:       syslog-ng
Subject:    [syslog-ng] syslog-ng-1.1.5
From:       Balazs Scheidler bazsi () balabit ! hu
Date:       1999-04-10 19:55:14
[Download RAW message or body]


Hi,

I have released syslog-ng 1.1.5, in which I implemented the new filtering
code. This version could even be used as a syslogd replacement, since you
can use priorities and facilities to direct log messages, though advanced
syslog-ng features are not ready yet.

Here is a sample configuration file I used to test the code:

---

source src { unix-stream /dev/log; };

destination messages { file /dev/tty9; };
destination other { file /dev/tty10; };

filter f_messages { 
	(priority(= info) or priority(= notice) or priority(= warn)) and 
	not facility(auth) and 
	not facility(authpriv) and 
	not facility(cron) and 
	not facility(daemon) and 
	not facility(mail) and 
	not facility(news); };

log { source src; filter f_messages; destination messages; };

log { source src; destination other; };
 
---

I am going to announce this on freshmeat, please test this version for both
program- and build errors. Thanks.

-- 
Bazsi

[Attachment #3 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic