Hello I'm using ibatis2.3 in my web application,using log4j to log events. This is my log4j config: log4j.rootLogger=INFO,CONSOLE log4j.logger.com.ibatis=DEBUG log4j.logger.org.springframework.jdbc.datasource=DEBUG
I cant see any logs from ibatis,but other programs can output logs successfully.