Keith Hyland wrote:
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.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?
Setting rootLogger to DEBUG also works.
Regards, bd