Default logging file for spring boot application

后端 未结 4 552
我寻月下人不归
我寻月下人不归 2020-12-24 12:20

I have set the logging level in the spring boot application in application.yml as: logging.level.com.Myapplicationname=DEBUG

The application is packaged and deplo

4条回答
  •  [愿得一人]
    2020-12-24 12:23

    Current with latest spring release we have to use logging.file.name instead of logging.file, I worked for me.

提交回复
热议问题