Re[4]: RollingFileAppender does not roll

2005-09-14 Thread
ing removeAllAppenders() > will be a problem because my application is running at the time of rolling. > > Regards, > Jitendra > > -Original Message- > From: 洪春植 [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 7:20 AM > To: Log4J Users List &g

Re[2]: RollingFileAppender does not roll

2005-09-14 Thread
ct: RE: RollingFileAppender does not roll > > > How can I close the file from within the code? I think this is the job of > Log4j. > > Regards, > Jitendra > > -Original Message- > From: 洪春植 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 2

Re: RollingFileAppender does not roll

2005-09-13 Thread
lease help me. My log file is growing in MBs. > > Regards, > Jitendra --  洪 春植 (こう しゅんしょく)  E-Mail : [EMAIL PROTECTED]  TEL : +86-21-5424-8770 / Mobile : +86-138-1817-4210  FA

RE: RollingFileAppender not work

2005-07-25 Thread
program only grab the backed-up > files (not the current file)? > > On 7/25/05, 洪春植 <[EMAIL PROTECTED]> wrote: > > hello, all > > > > We are now using log4j.RollingFileAppender class to store logs at > > server side, and we have a batch program which geth

RollingFileAppender not work

2005-07-24 Thread
hello, all We are now using log4j.RollingFileAppender class to store logs at server side, and we have a batch program which gethers those log files running at AM 0:00 every day. The batch program can remove those backed-up log files (xxx.log.1 etc) , but it is failed to remove current log file