Daily rollover of log file

2002-07-16 Thread Dirk Wigger
Hi, I'm looking to roll over my log file on a daily basis (not based on file size) and was wondering how this can be done. I couldn't find any reference on that. Any help out there. My log.cfg file is configured like that: log4j.rootCategory=debug, R log4j.category.Parser=warn

RE: Daily rollover of log file

2002-07-16 Thread Dirk Wigger
- From: Jens Koch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:38 AM To: Log4J Users List Subject: Re: Daily rollover of log file Hi Dirk, use: org.apache.log4j.DailyRollingFileAppender with the date pattern: '.'-MM-dd Regards Jens Dirk Wigger