The output of the SQL statement run by ibatis -- by configuring log4j

Source: Internet
Author: User

Adjust the log4j running level of ibatis to debug. You can print the SQL statements run by ibatis on the console.

### Set the logger output level and output destination ###
Log4j. rootlogger = debug, stdout, logfile

### Output log information to the console ###
Log4j. appender. stdout = org. Apache. log4j. leleappender
# Log4j. appender. stdout. Target = system. Err
Log4j. appender. stdout. layout = org. Apache. log4j. simplelayout

### Output log information to the file: jbit. Log ###
Log4j. appender. logfile = org. Apache. log4j. fileappender
Log4j. appender. logfile. File = jbit. Log
Log4j. appender. logfile. layout = org. Apache. log4j. patternlayout
Log4j. appender. logfile. layout. conversionpattern = % d {yyyy-mm-dd hh: mm: SS} % F % P % m % N

### Show SQL statements
Log4j.logger.com. ibatis = debug
Log4j.logger.com. ibatis. Common. JDBC. simpledatasource = debug
Log4j.logger.com. ibatis. Common. JDBC. scriptrunner = debug
Log4j.logger.com. ibatis. sqlmap. Engine. impl. sqlmapclientdelegate = debug
Log4j. Logger. java. SQL. Connection = debug
Log4j. Logger. java. SQL. Statement = debug

Log4j. Logger. java. SQL. preparedstatement = debug


Original post address: http://blog.csdn.net/hanzhou4519/article/details/7763412

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.