Displaying 1 result from an estimated 1 matches for "follow_freq".
2014 Jul 17
1
syslog-ng 2.1.4 - file sources are read only when reload or restart is performed?
...16 perm (0600);
17 flush_lines(1);
18 flush_timeout (1000);
19 keep_hostname (yes);
20 log_fifo_size (1);
21 use_dns (no);
22 use_fqdn (no);
23 };
...
39 source s_stdout {
40 # file ("/logs/stdout.log" flags(no-parse) follow_freq(1));
41 file ("/logs/stdout.log" flags(no-parse));
42 };
...
61 destination d_stdout { file("/var/log/$YEAR$MONTH$DAY/stdout");
};
...
80 log { source(s_stdout); destination(d_stdout); };
The problem is that changes in /logs/stdout.log are only visible in
/var...