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...
Can you please point me to the file and line number doing the
logging? I'll add a breakpoint and debug it from there.
Thanks,
Gili
On 14/04/2010 11:20 AM, Martin Ellis wrote:
On 14 April 2010 16:14, cowwoc<cow...@bbs.darktech.org> wrote:
Who is actually doing the logging? Is it java.sql or is it the
responsibility of the underlying JDBC driver (varies from vendor to vendor)
to decide whether logging takes place?
iBATIS is doing the logging - but with a logger name starting with java.sql.
It's the same logging framework iBATIS is using for all the other logging...
... so in this case, log4j.
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org