You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Roberto Juarez <rj...@omnilogic.es> on 2004/04/12 09:39:55 UTC

Log4j problem with Ant 1.6.1

Hello,

I have a log4j.properties file that worked with Ant 1.5.4 but that does not work with Ant 1.6.1. Here is the contents of the log4j.properties file

#categories
log4j.rootCategory=INFO, file
log4j.category.org.apache.tools.ant.Project=INFO,file

#file appender
log4j.appender.file=org.apache.log4j.RollingFileAppender
log4j.appender.file.layout =org.apache.log4j.HTMLLayout
log4j.appender.file.file=../log/index.html
log4j.appender.file.maxBackupIndex=3
log4j.appender.file.maxFileSize=1024KB

Any idea?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org