Does any body have a dailyRollingFileAppenderExt.jar that you guys can mail me....
I heard that it has a patch up code that can fix the problem (log file rolls over to 
0KB, but no new file is created).


>  -----Original Message-----
> From:         PRAVIN VAJIRKAR  
> Sent: Wednesday, August 14, 2002 10:32 AM
> To:   '[EMAIL PROTECTED]'
> Subject:      Re: DailyRollingFileAppender 
> 
> That was a sloopy typo....ROLL should be A1 (and teh problem persists)...Anyway, 
>compiling 
> import org.apache.log4j.xml.DOMConfigurator;
> DOMConfigurator().configure("rolling.xml");
> yields error...Any ideas, if what I am missing??
> 
> 
> 
> 
> 
> >From: [EMAIL PROTECTED] 
> >Reply-To: "Log4J Users List" 
> >To: "Log4J Users List" 
> >Subject: Re: DailyRollingFileAppender 
> >Date: Wed, 14 Aug 2002 11:18:05 -0400 
> > 
> > 
> >Well for one thing, your ConversionPattern is assigned to an appender 
> >called ROLL. Change that to A1. 
> > 
> >Running 1.2.6 with the DOMConfigurator this works just fine. 
> > 
> > <>> class="org.apache.log4j.RollingFileAppender"> 
> > \\java\\logs\\RollingFileAppender.log" / 
> > 
> > 
> > 
> > %m%n" / 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >PRAVIN VAJIRKAR on 08/14/2002 10:30:38 AM 
> > 
> >Please respond to "Log4J Users List" 
> > 
> >To: "'[EMAIL PROTECTED]'" 
> >cc: 
> > 
> >Subject: Re: DailyRollingFileAppender 
> > 
> > 
> >There U go (log4j.peroperties file)....Also, there is no stdout and 
> >stderr...I am using a direct logger to appender (RollingFileAppender in my 
> >case) 
> > 
> >############################ 
> >log4j.rootLogger=DEBUG, A1 
> >log4j.appender.A1=org.apache.log4j.RollingFileAppender 
> >log4j.appender.A1.File=C: 
> >\\Dorado\\oware3rd\\log4j\\LogFiles\\ServerLogger.log 
> >log4j.appender.A1.MaxFileSize=2KB 
> >log4j.appender.A1.MaxBackupIndex=20 
> >log4j.appender.A1.layout=org.apache.log4j.PatternLayout 
> >log4j.appender.ROLL.layout.ConversionPattern=%d %-5p %c - %m%n 
> >log4j.debug=true 
> >############################ 
> > 
> > 
> > 
> > 
> > 
> > >From: [EMAIL PROTECTED] 
> > >Reply-To: "Log4J Users List" 
> > >To: "Log4J Users List" 
> > >Subject: Re: DailyRollingFileAppender 
> > >Date: Wed, 14 Aug 2002 10:08:45 -0400 
> > > 
> > > 
> > >Could you post your config file for this instance? 
> > > 
> > >Also, why are you trying to append stdout and stderr to a file? 
> > >You can just direct logging to an appender apart from stderr/stdout. 
> > > 
> > >Luc 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >PRAVIN VAJIRKAR on 08/14/2002 10:04:49 AM 
> > > 
> > >Please respond to "Log4J Users List" 
> > > 
> > >To: "'[EMAIL PROTECTED]'" 
> > >cc: 
> > > 
> > >Subject: Re: DailyRollingFileAppender 
> > > 
> > > 
> > >I am getting the same problem...Any solutions in sight?? 
> > >Any help appreciated... 
> > >Pravin 
> > > 
> > > 
> > > >From: "neeraj_katariya" 
> > > >Reply-To: "Log4J Users List" 
> > > >To: "Log4J Users List" 
> > > >Subject: DailyRollingFileAppender 
> > > 
> > > 
> > > >Date: Wed, 14 Aug 2002 09:33:48 +0530 
> > > 
> > > 
> > > >Hi All! 
> > > >I am using daily rolling file. 
> > > >But if I append my standard output and standard error stream also to the 
> > > >same file, It doesn't archives the old file next day, instead flushes it 
> > > >out and starts logging in the same file from start. 
> > > > 
> > > >Is there a way to append standard output and error stream to the file 
> > > >and achieve rollover at the same time? 
> > > >Thanks 
> > > >Neeraj 
> > > > 
> > > > 
> > > >-- 
> > > >To unsubscribe, e-mail: 
> > > >For additional commands, e-mail: 
> > > 
> > > 
> > >-- 
> > >To unsubscribe, e-mail: <>> > 
> > >For additional commands, e-mail: <>> > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >-- 
> > >To unsubscribe, e-mail: 
> > >For additional commands, e-mail: 
> > > 
> > 
> > 
> >-- 
> >To unsubscribe, e-mail: <>> > 
> >For additional commands, e-mail: <>> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >-- 
> >To unsubscribe, e-mail: 
> >For additional commands, e-mail: 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to