24 Sep
2007
24 Sep
'07
3:02 p.m.
On Mon, 2007-09-24 at 18:24 +0800, liuruihong wrote:
If syslog-ng writes logs to many files,How does syslog-ng write the log files?
do all the logfiles keep opening and being writted in when logs come from remote?
or a certern log file will be closed if there are no log comes during a certain time?
Files are closed without activity after the time interval specified by the time_reap() option. -- Bazsi