看板 DFBSD_kernel 關於我們 聯絡資訊
Garance A Drosihn wrote: >>When newsyslog rotates files some programs don't understand the rotation >>and don't log any more to the log file (i know that amd does that) or >>continue to log to the "phantom" file (i think apache does that). With >>a circular buffer for logs you should be screened of such aberrations. > > We're talking about a change to syslogd. Programs that use syslog() > should never know or care anything about the files that syslogd uses. > Programs which do their own logging will not be helped by the change > to syslogd. And if somehow they *do* go directly to files used by > syslogd, then they will be just as confused when syslogd rotates the > file as they now are when newsyslog rotates the file. You are right, it was sloppy thinking. The programs in question directly log to files under /var/log and will not be aware of any circular buffer stuff. This being said, these programs are troublesome, and circular buffers are nice.