30 Oct
2006
30 Oct
'06
1:50 p.m.
I use syslog-ng 1.6.5-2.2 on debian sarge, and I try DEFAULT filter to manage uncaught messages. log { source(s_sys); filter(DEFAULT); destination(df_facility_other); }; When I restart syslog-ng daemon, I get a following error message: Starting system logging: syslog-ngunresolved reference: DEFAULT Error initializing configuration, exiting. start failed. The Question: Which syslog-ng version support the DEFAULT filter rule? Or, I must compile the pached source version? Istvan Csuti