Log4j: warn no such property [maxbackupindex] in org. Apache. log4j. dailyrollingfil

Source: Internet
Author: User

Log4j: warn no such property [maxbackupindex] in org. Apache. log4j. dailyrollingfileappender.
Log4j: warn no such property [maxfilesize] in org. Apache. log4j. dailyrollingfileappender.

 

The warning means that the dailyrollingfileappender class does not contain the maxbackupindex and maxfilesize attributes. It stores logs by date, so you do not need to set these two attributes, if you want to set the log file size, you can extend the rollingfileappender class. Note the settings in the log configuration file during development.

# Do not set the Red 2 points below

Log4j. rootlogger = info, R, stdout
Log4j. appender. r = org. Apache. log4j. dailyrollingfileappender
Log4j. appender. R. File = log/loginfo.txt

Log4j. appender. R. maxfilesize = 500kb
Log4j. appender. R. maxbackupindex = 10
Log4j. appender. R. layout = org. Apache. log4j. patternlayout
Log4j. appender. r. layout. conversionpattern = % d {yyyy-mm-dd hh: mm: SS, SSS} [% T] [% C] [% P]-% m % N
Log4j.logger.com. innet. application. Model = Error

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.