Last week I posted a problem about log4j not working with Torque. I debugged the torque code and found that the problem is in how Torque determines if it needs to initialize Log4J. It looks for any appenders on any category. If it finds one it means it has already been initlialized. In my installation it finds an appender in org.apache.velocity.* and therefore (wrongly)assumes it doesn't have to configure the log4j properties for Torque. I would imagine that it should only look for categories under "org.apache.torque" and not every single category.
-- Humberto -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
