17 Jun
2003
17 Jun
'03
7:32 a.m.
On Tuesday 17 June 2003 01:26, Naman Latif wrote:
I am trying to use the Flags (Final) option in the log statement. However syslog-ng comes up with a parse error. Am I missing something here ?
log { source(s_udp); filter(f_pixpermit); destination(pixpermit); flags(final); };
Mmh. I think the log definition is OK and "flags(final)" should work. I use the flags(final) option in most log definitions. What version of syslog-ng do you use? The flags(final) option was introduced in an early 1.5 version. Achim