I currently have logging set to: <logger name="IBatisNet.*"> <level value="DEBUG" /> </logger>
I don't seem to get any log information other than the initial config information that shows the prepared statements being created from the maps. Is this by design or do I have something misconfigured? Right now iBatis makes it hard to debug errors since it doesn't log anything for me when there is a problem and the exception information is too generic (doesn't tell me which statement or xml configuration file caused a problem). I finally installed the source code into my solution so that I could step in and debug ibatis exceptions that were a result of my misconfigured maps.