hello
i am using syslog-ng
#grep pound /etc/syslog-ng/syslog-ng.conf
destination d_pound { file("/var/log/pound"); };
filter f_daemon { facility(daemon) and not match("pound"); };
filter f_pound { facility(daemon) and match("pound"); };
log { source(s_system); filter(f_pound); destination(d_pound); };
or somewhere on net is a patch which can log to files and not via syslog
there is a link on pound homepage, but is broken
On Mon, Feb 28, 2005 at 10:52:40AM -0500, MW Mike Weiner (5028) wrote:[...]
|