Hi, having this in my config-file (like the FAQ says)... <QUOTE> log { source(s_all); filter(DEFAULT); destination(df_rest); }; </QUOTE> ... I get this: /etc# syslog-ng -d [...] unresolved reference: DEFAULT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error initializing configuration, exiting. Is 'filter(DEFAULT)' depreciated? How can I catch the remaining messages? TIA Til
* On 08.01. I muttered on syslog-ng@lists.balabit.hu:
unresolved reference: DEFAULT
I forgot: /etc# syslog-ng -V syslog-ng 1.6.4 Til
On Sun, 2005-01-09 at 01:00 +0100, Til Schubbe wrote:
* On 08.01. I muttered on syslog-ng@lists.balabit.hu:
unresolved reference: DEFAULT
I forgot:
/etc# syslog-ng -V syslog-ng 1.6.4
log { source(src); destination(dst); flags(final); }; the final flag means that syslog-ng will not continue processing. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Til Schubbe