iBATIS is probably using commons logging rather than log4j. To force log4j logging, execute this line of code somewhere in your app initialization:
com.ibatis.common.logging.LogFactory.selectLog4JLogging(); It would also be very helpful to read the developer's guide - there's a lot of information there about configuring logging. Jeff Butler On Sun, Jul 20, 2008 at 5:05 AM, Tokajac <[EMAIL PROTECTED]> wrote: > > I checked that: logger seems to be installed properly, and can be > configured > via log4j.properties file. > > SQL logging problem still persist. > > I think that problem is because it is not same to write logs at "simple" > application as it is with the client-server application. > > My app is running on Tomcat server. > > Any ideas? i'm still stucked up... > > > Regards > -- > View this message in context: > http://www.nabble.com/iBatis-Tomcat-log4j-IntelliJ-IDEA-tp18515069p18552889.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
