Re: RollingFileAppender Not rolling over

2006-11-06 Thread vincentw
X{ipAddress} [%t] [%p] - %m%n"/> > > instead I have no rollover problems. > > Now what I see is I just get one file of 4KB rolling over onto itself, but > I get the header info. > > Any ideas?? > > Thanks in advance

Re: RollingFileAppender Not rolling over

2006-11-02 Thread vincentw
he log >> files. If I used >> >> > value="%d{-MM-dd HH:mm:ss} %-17X{ipAddress} [%t] [%p] - %m%n"/> >> >> instead I have no rollover problems. >> >> Now what I see is I just get

Re: RollingFileAppender Not rolling over

2006-11-02 Thread James Stauffer
t get one file of 4KB rolling over onto itself, but I get the header info. Any ideas?? Thanks in advance -- View this message in context: http://www.nabble.com/RollingFileAppender-Not-rolling-over-tf2556156.html#a7123228 Sent from the Log4j - Users

RollingFileAppender Not rolling over

2006-11-01 Thread vincentw
nks in advance -- View this message in context: http://www.nabble.com/RollingFileAppender-Not-rolling-over-tf2556156.html#a7123228 Sent from the Log4j - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMA

RollingFileAppender not rolling over in Tomcat and not reporting error.

2006-07-27 Thread Dan Schlossberg
Hi, I've got an interesting problem. I'm using the RollingFileAppender in a tomcat app and it works fine the first time, but if I redeploy the app it stops rolling over. This is probably a tomcat bug but log4j fails to report error. I've got log4j.debug=true and it doesn't report a problem.

RE: RollingFileAppender not rolling over

2006-06-19 Thread Levy, Jeremy
Looks like this is an issue: http://marc.theaimsgroup.com/?l=log4j-user&m=106321621416549&w=2 Giving that a shot and seeing what happens... -Original Message- From: Levy, Jeremy Sent: Monday, June 19, 2006 2:08 PM To: Log4J Users List Subject: RollingFileAppender not roll

RollingFileAppender not rolling over

2006-06-19 Thread Levy, Jeremy
Below is an excerpt from my log4j.properties file. As I understood it, if I used the RollingFileAppender, when the log file reached the MaxFileSize the log would be renamed with a .1 appended to the end. Only MaxBackupIndex # of copies would be kept. What I am noticing is that when the MaxFile