Re: [Log4cplus-devel] Max. Age of DailyRollingFileAppender
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <v.h...@sh...> - 2011-06-28 06:03:15
|
On Tue, 28 Jun 2011 11:43:31 +1000, Malcolm Smith wrote: > I've been looking to see if there are any requests to add a "maxAge" > type of property to DailyRollingFileAppender, but the only thing I > can > find (via google) is related to log4j. > > I need daily logs, but I need them to be automatically deleted after > 31 days. You could emulate this using a cron job (as this sounds like some sort of long running server thing). > > Is this in the pipeline ? I have added it to my TODO list but I cannot promise anything. > > Mal -- VH |