which syslog-ng version support default filter rule to uncaught messages?
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
On Mon, 2006-10-30 at 14:50 +0100, Csuti Istvan wrote:
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?
the DEFAULT filter was last present in 1.4.x, it was removed during 1.5.x development cycle in favour of log path flags. (see the documentation on that) -- Bazsi
participants (2)
-
Balazs Scheidler
-
Csuti Istvan