Re: VCL.log and Logrotate

2010-07-21 Thread Aaron Peeler
vcld can be restarted anytime, the forked processes will continue to I have this in most of our management nodes: /var/log/vcld.log { rotate 5 weekly minsize 5M postrotate /etc/init.d/vcld restart endscript } Aaron On 7/21/10 3:46 PM, Clifton B Wood wrote: I'

RE: VCL.log and Logrotate

2010-07-21 Thread Waldron, Michael H
: Wednesday, July 21, 2010 3:47 PM To: vcl-dev@incubator.apache.org Subject: VCL.log and Logrotate I've tried getting this to work with no luck. It seems that VCL never closes the log file and there doesn't look to be any way to do so without restarting VCL. The big question then is:

VCL.log and Logrotate

2010-07-21 Thread Clifton B Wood
I've tried getting this to work with no luck. It seems that VCL never closes the log file and there doesn't look to be any way to do so without restarting VCL. The big question then is: when is it safe to restart VCLd? Most programs use SIGHUP to reread-config files, and also reset log files.