Nathan Bubna wrote:

the runtime.log.logsystem property is for specifying an actual
*instance* of a LogChute (or LogSystem, though that's deprecated).  to
specify a class name, you should use the runtime.log.logsystem.class
property.  but note that Velocity will first check the
runtime.log.logsystem property for a LogChute/LogSystem before moving
on to the class property.

OK. I used:


runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute

and that it solved it for me. I haven't incorporated tools in yet - so no problem.

BTW, I like the amount of log lines written out much better now :)


thanks,
-Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to