[EMAIL PROTECTED] wrote:


Hi,

Another module of mine is using Log4j, so can't remove it.
I looked up the following log4j.properties file in my application starting class :


Ah. So you are using log4j, you just want to keep it quiet about iBatis-related stuff? Try adding this:

log4j.logger.java.sql=WARN
log4j.logger.com.ibatis=WARN

(I /think/ the syntax is right here, but I use the XML format myself.  YMMV)

HTH,
Kris

--
Kris Jenkins
Email:  [EMAIL PROTECTED]
Blog:   http://cafe.jenkster.com/
Wiki:   http://wiki.jenkster.com/



Reply via email to