Log4j: Warn please initialize the log4j system properly problem solved

Source: Internet
Author: User

When Tomcat is started, the following warning is displayed:

Log4j: warn no appenders cocould be found for logger (Org. Apache. commons. digester. digester. Sax ).
Log4j: Warn please initialize the log4j system properly.

Solution:

The log4j. properties file must be placed under the web-INF/class directory and placed under the src directory in eclipse. The file will be automatically copied to the class directory.

The content in the file is as follows:

Log4j. rootlogger = warn, console

Log4j. appender. Console = org. Apache. log4j. leleappender
Log4j. appender. Console. layout = org. Apache. log4j. patternlayout
Log4j. appender. Console. layout. conversionpattern = (% r ms) [% T] %-5 p: % C # % m % x: % m % N

Log4j.logger.com. genuitec. Eclipse. sqlexplorer = debug
Log4j.logger.org. Apache = warn
Log4j.logger.org. hibernate = warn

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.