RE: RollingFileAppender question

2004-10-28 Thread Bosco So
Can't you set the rollover to once a minute (or some period shorter than 24 hours) to speed up your testing? [EMAIL PROTECTED] wrote: OK, now I changed the date format, set staticLogFileName to false, and changed the file value (because I didn't like the old one). Now I've got "timer_log.2004.10

RE: RollingFileAppender question

2004-10-27 Thread Neils . Christoffersen
to wait until midnight to see if it rolls over. Thanks. -- Neils Christoffersen -Original Message- From: Nicko Cadell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 11:06 AM To: Log4NET User Subject: RE: RollingFileAppender question Try adding Nicko > -Original

RE: RollingFileAppender question

2004-10-27 Thread Nicko Cadell
Try adding Nicko > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 27 October 2004 16:59 > To: log4net-user@logging.apache.org > Subject: RE: RollingFileAppender question > > Currently it is not creating anything with the

RE: RollingFileAppender question

2004-10-27 Thread Neils . Christoffersen
AM To: Log4NET User Subject: RE: RollingFileAppender question Neils, I think you have to use .MM.dd as your date pattern, for details see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/h tml/frlrfsystemglobalizationdatetimeformatinfoclasstopic.asp Is an output file

RE: RollingFileAppender question

2004-10-27 Thread Nicko Cadell
e.org > Subject: RollingFileAppender question > > I have the following configuration for a RollingFileAppender, > but it's not working as (I) expected: > > type="log4net.Appender.RollingFileAppender"> > > > > > >

RollingFileAppender question

2004-10-27 Thread Neils . Christoffersen
I have the following configuration for a RollingFileAppender, but it's not working as (I) expected: What I want is to have the log file roll over at midnight (and never deleting a file automatically), creat