Spring Boot configuration Log Output level

Source: Internet
Author: User

 

Spring boot uses logback for log output by default.

There are two other ways to configure a configuration file by Application.properties.

The other is configured by logback.xml the configuration file.

The first thing to say is that both application.properties and logback.xml are placed under the Src/main/resources directory.

First of all, tell the application.properties.

Just add the following attribute Logging.level.root=warn to let the log output only warn and above level information



The other is to add the contents of the Logback.xml file as shown in the following figure.



The configuration description in the figure is to generate the configuration file on disk, C:/spring.log

<property name= "Log_file" value= "C:/spring.log"/> <include resource=
    "org/springframework/boot/" Logging/logback/file-appender.xml "/>


If you do not want to generate c:/spring.log, you do not add the above configuration

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.