I see this in a log file named "_ems_journal.20100314.0.console"
X_LOG(2010-03-15 02:00:30.523): HouseKeeping() - start ...
X_LOG(2010-03-15 02:00:30.524): HouseKeeping() - adjust count: 1635212 -> 1635212
X_LOG(2010-03-15 02:00:30.636): trimByLifetime() - delete by time older than: 2010-02-13 02:00:30, records deleted: 1001
X_LOG(2010-03-15 02:00:30.637): trimByLifetime() - original record count: 1635212, trimmed to: 1634211
X_LOG(2010-03-15 02:00:30.637): HouseKeeping() - done
So, it appears that there is some housekeeping job at 2 in the morning that trims this file so that it has a months worth of records. Anyone know how or where to change that to say a weeks worth instead?
Thank you.