Is there any way to clean up the log files after 10 days then? I've looked at the documentation and haven't found anything specific to the date rollover.
-----Original Message----- From: Yuriy Taraday [mailto:yorik....@gmail.com] Sent: Friday, May 14, 2010 7:09 AM To: Log4NET User Subject: Re: RollingAppender Date rollover It is intended behaviour. MaxFiles = 10 means that there can not be more than 10 files at one day. On Fri, May 14, 2010 at 4:00 PM, David Gerler <dger...@gmail.com> wrote: > HI, > > We have been using an older precompiled log4net.dll. When we use the date > rollover for the rollingAppender it just keeps all files even though we set > the max files to 10. Has this been fixed in the latest version? > > > > Dave