[EMAIL PROTECTED] skrev  den 08-07-2008 12:02:
Hi,
I am using DailyRollingFile Appender for manage my log.
but i want to backup just the last 5 days?
is that possible to do that?
The DailyRollingFileAppender does not keep track of versions back in time, so it cannot do what you want. I would suggest running a cleaning job once in a while, either from within your java application or schedule an operating system task.

--
 Thorbjørn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to