I have the following defined in my config: log { source(s_main); filter(DEFAULT); destination(d_default); }; But syslog-ng gives the following error: Starting syslog-ng: unresolved reference: DEFAULT Error initializing configuration, exiting. Anyone know why this might be and what I can do to fix it? TIA Andrew
On Fri, 2004-01-23 at 22:11, Andrew Culver wrote:
I have the following defined in my config:
log { source(s_main); filter(DEFAULT); destination(d_default); };
But syslog-ng gives the following error:
Starting syslog-ng: unresolved reference: DEFAULT Error initializing configuration, exiting.
filter(DEFAULT) was a hack and was removed from syslog-ng 1.6.x you can use flags(fallback, final) instead. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Andrew Culver
-
Balazs Scheidler