On 14 April 2010 16:22, cowwoc <cow...@bbs.darktech.org> wrote:
>    How come I can't get this working with slf4j? Meaning, when I enable
> "java.sql" I don't see any SQL statements getting logged. I've never used
> log4j with iBatis before so something else must have broken the logging...

No idea.  Works for me with slf4j-api and slf4j-log4j12.
Could start by checking that your appender is outputting at DEBUG level...

>    Can you please point me to the file and line number doing the logging?
> I'll add a breakpoint and debug it from there.

src/main/java/org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java
33:          log.debug("==>  Executing: " + removeBreakingWhitespace(sql));

src/main/java/org/apache/ibatis/logging/jdbc/StatementLogger.java
31:          log.debug("==>  Executing: " +
removeBreakingWhitespace((String) params[0]));

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to