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
Cliff You can rotate the vcld log without having to restart the daemon. Here is the entry I have in my /etc/logrotate.conf file: /var/log/vcld.log { size 200M rotate 6 copytruncate } The copytruncate directive truncates the original log file in place after creating a copy, so the d