23 Nov
2001
23 Nov
'01
4:10 p.m.
I am logging from a Cisco Pix to syslog-ng on a FreeBSD machine. --cut-from-syslog-ng-cfg-- destination pix { file("/usr/logs/pix/log"); }; filter f_pix { host(192.168.10.1); }; log { source(src); filter(f_pix); destination(pix); }; --cut-- This logs perfectly fine, but it still logs to /var/log/messages as well. How do I filter away this? Something I have missed, scanned through couple of months of mailinglist but didnt see anything particular. Any help appreciated, syslog-ng looks really nice. -- Olav Langeland - olav.langeland@nosp4m.activeisp.com