This is now in the FAQ...I'll go through now and see what else needs to be added/updated (the eventlog stuff and 1.9 seems to be a prime cantidate). http://www.campin.net/syslog-ng/faq.html#logall Note that the FAQ is anchored like this so that ppl can easily give pointers to the relevant information when helping on this list...just let me know if stuff you're answering needs to be added (I get busy and don't pay attention for long periods, so feel free to prod me). On Fri, Jan 14, 2005 at 11:26:18AM -0500, Jay Guerette wrote:
Filters are optional. A catchall should appear in your .conf before all othe entries; and can look something like:
destination catchall { file(/var/log/catchall); }; log { source(syslog); destination(catchall); };
I want a catch-all log destination and can't seem to find out how in the documentation or examples.
A log statement needs a filter paramter and a filter statement needs at least 1 parameter as well, so how can this be achived?
I want a filter that catches absolutely every possbile thing.
syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- Nate "Men are from Mars. Women are from Venus. Computers are from hell."