This document was generated from CDN thread
Created by: Farhang Farid on 02-03-2010 07:23:20 PM
Hi All,
We are having an issue in our environment where CVP ACtivity log files are locked after rotation period is expired. Currently the log files are set to rotate every hour and although a new file is created each other but the old file is still locked and cant be deleted?
Appreciate your help in advance
Subject: RE: CVP Activity log file is locked after rotation period
Replied by: Cun Yong Tan on 03-03-2010 08:09:21 PM
If you just want to get rid of the old files, try setting purge config. e.g. something like:
<purge>
<file_count greater_than="10" /> OR <file_age older_than="2" />
</purge>
The unit for file_age is in days.