Ahh, I made a typo before. I tried omitting the filter statement and it complained during startup because of a typo I made not becaue of the missing filter like I thought. *bonk* Thx, CC --- Jay Guerette <jayguerette@gmail.com> 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
===== Chuck Carson - Sr. Systems Engineer Syrrx, Inc. - www.syrrx.com 10410 Science Center Drive San Diego, CA 92121 Work: 858.622.8528 Fax: 858.550.0526