That is now in the faq: http://wiki.apache.org/ibatis/Frequently_20Asked_20Questions
Larry On Wed, 05 Jan 2005 18:50:53 +0100, Bostjan Dolenc <[EMAIL PROTECTED]> wrote: > Keith Hyland wrote: > > > Hi, > > > > I'm new to Ibatis, but I was wondering is it possible to get the > > SqlMapClient to dump the SQL statements it issues to a log file? > Put this line into log4j.properties: log4j.logger.java.sql=DEBUG. For > soem weird reason, log4j.logger.java.sql.PreparedStatement=DEBUG (per > PDF docs) doesn't work for me... I am using SqlMaps version 2.0.7. > > Setting rootLogger to DEBUG also works. > > Regards, > bd > >