[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] job_queue.log file



On Mon, Aug 3, 2009 at 12:55 PM, Peter Doherty <doherty@xxxxxxxxxxxxxxxxxxx> wrote:
in the condor LOCAL_DIR/spool directory there is a job_queue.log
file.  Is this file automatically rotated by condor, or does it just
continue to grow?  If it isn't automatically being rotated, what would
the consequences be of using logrotate on it?

The file is automatically rotated by Condor. This file contains the history of your schedd queue on the machine. You don't want to rotate it with logrotate. There are some config values that control the rotation see:

http://www.cs.wisc.edu/condor/manual/v7.2/3_3Configuration.html#15767
http://www.cs.wisc.edu/condor/manual/v7.2/3_3Configuration.html#15791
http://www.cs.wisc.edu/condor/manual/v7.2/3_3Configuration.html#15781
http://www.cs.wisc.edu/condor/manual/v7.2/3_3Configuration.html#15777

- Ian