Prevent Spring Boot from printing logs to console

后端 未结 5 1744
别跟我提以往
别跟我提以往 2020-12-24 15:03

I am using spring boot for my application and I am using default spring boot logging.

In my application.properties, I have added file path for log

5条回答
  •  抹茶落季
    2020-12-24 15:45

    Tested with latest 1.3.1 release, with newer releases base.xml has been renamed to defaults.xml

    Answer here

提交回复
热议问题