Ibatis prints the SQL statement-log4j

Source: Internet
Author: User

Jar package

Log4j-1.2.11.jar

Log4j configuration file

Log4j. Properties


# For JBoss: Avoid to setup log4j outside $ jboss_home/Server/default/deploy/log4j. xml!
# For all other servers: comment out the log4j listener in Web. XML to activate log4j.
Log4j. rootlogger = info, stdout, logfile

Log4j. appender. stdout = org. Apache. log4j. leleappender
Log4j. appender. stdout. layout = org. Apache. log4j. patternlayout
Log4j. appender. stdout. layout. conversionpattern = % d % P [% C]-% m % N

Log4j. appender. logfile = org. Apache. log4j. rollingfileappender
Log4j. appender. logfile. File = mpsmodel. Log
Log4j. appender. logfile. maxfilesize = 512kb
# Keep three backup files.
Log4j. appender. logfile. maxbackupindex = 3
# Pattern to output: date priority [category]-message
Log4j. appender. logfile. layout = org. Apache. log4j. patternlayout
Log4j. appender. logfile. layout. conversionpattern = % d % P [% C]-% m % N

# Log4j.category.org. Apache. commons. DBCP = debug
# Log4j.category.com. ibatis = debug
# Log4j.category.org. springframework = debug

# Kai write
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, fileout
Log4j. Logger. java. SQL. resultset = debug

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.