I just updated to Velocity 1.5 and I am using the Log4JLogChute as my logsystem class. I am wanting to use the default configuration. The issue I am having is my velocity.log file max size is around 120KB before it starts over. How can I increase the file size to 25MB using velocity.properties?
Snippet of my velocity.properties file: runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute runtime.log.invalid.references = false * Changing this size doesn't seem to help within my application runtime.log.logsystem.log4j.file.size=2500000 Thanks, John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
