Andrew Deason <[email protected]> writes: > The fileserver already automatically checks every five minutes (I think) > if it needs to reopen the log, and does so if the log file was moved. If > people would find that acceptable, I'd rather just do something similar > for all daemons.
I think that won't work. You need to be able to trigger the rotation immediately; five minutes later, the file that the server is still writing to has probably been unlinked after being compressed, and all the output written in those five minutes will have been lost. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
