[syslog-ng] s_tail not working
Nikunj Shah
nshah at prismmicrosys.com
Wed Mar 18 16:28:20 CET 2009
Hi,
I am using syslog-ng 2.0.9 on my opensuse 11.1 box.
I was trying to configure my apache log to be logged in syslog-ng.
I used below syntax:
source s_tail {
file("/var/log/apache2/access_log" follow_freq(1) flags(no-parse));};
destination logserver { tcp("192.168.1.184" port(1470)); };
log { source(s_tail); destination(logserver); };
It gave me below error:
>Mar 18 04:08:09 sugar3 syslog-ng[22107]: Follow-mode file source not found,
deferring open; filename='/var/log/apache2/access_log'
Help would be appreciated.
Regards,
Nikunj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20090318/a56b40e9/attachment.htm
More information about the syslog-ng
mailing list