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

[HTCondor-users] job queue log file rotate



Hi,

We have a process that reads job-queue-log-file. Currently It must skip lines at the beginning of the new log file after a log-rotate to avoid duplicate transaction lines carried over from the previous file. The process skips all the lines until it sees a 105. We are looking for a better way to do this. Is there a way to tell schedd not to carry overÂtransaction lines after a rotate? Or is there a way to definitively know what lines or how many lines to skip. Thanks.