You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by PRAVIN VAJIRKAR <pr...@adtran.com> on 2002/08/15 00:00:45 UTC

Things ain't Rolling, man

My Properties file looks like this....

############################
log4j.rootLogger=DEBUG, A1 
log4j.appender.A1.File=C:\\Dorado\\oware3rd\\log4j\\LogFiles\\ServerLogger.log 
log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender
log4.appender.A1.DatePattern="'.'yyyy-MM-dd-a"
log4j.appender.A1.MaxBackupIndex=20
log4j.appender.A1.layout=org.apache.log4j.PatternLayout 
log4j.appender.A1.layout.ConversionPattern= {%-5p} [%t] %c %C{1} %d  %m%n
log4j.debug=true 
############################

Problem: At midnight, the file is purged back to 0KB and NO new file is created.....
Woof!! What am I doing wrong guys??

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>