AW: Daily rollover of log file

2002-07-18 Thread Grübel, Nicole
I just don't get it ... I used the exactly the same configuration as was posted here ... -Ursprüngliche Nachricht- Von: Jens Koch [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 17. Juli 2002 09:53 An: Log4J Users List Betreff: RE: Daily rollover of log file I just have experiences

RE: Daily rollover of log file

2002-07-17 Thread Jens Koch
] @ipicorp.comcc: Subject: RE: Daily rollover of log file

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 Craig Smith
Try the DailyRollingFileAppender. http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/DailyRollingFileAppender.html [EMAIL PROTECTED] 07/16/02 10:17AM 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

Re: Daily rollover of log file

2002-07-16 Thread Jens Koch
: Subject: Daily rollover of log file 16.07.2002 17

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