Hi,
I am using Torque outside of Turbine for one of my projects and I have some 
questions about the log4J integration.
Torque 3.0b2 seems to work with a log4j bundled and then uses deprecated 
log4j "category" OR Torque is able to work with a log4J in the classpath.

I am using Log4J 1.2.3 with thus "logger" instead of "category".

Do you have an idea on how to configure my log4j to log almost all.
For now I am using :
   log4j.rootLogger = DEBUG, stdout
But I am not seeing insert / update SQLs in my log.

I tried to look in the source and added
   log4j.category.org.apache.torque.util.Criteria = DEBUG, stdout
  or
   log4j.logger.org.apache.torque.util.Criteria = DEBUG, stdout
but nothing more.

Do you know the impact of configuring "logger" and not "category" ?
Do you know the logger / category family to use in the log4j configuration ?

Thanks,
Frenchee


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

Reply via email to