springboot 使用日志

Posted pkyou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 使用日志相关的知识,希望对你有一定的参考价值。

spring boot 默认使用日志打印到console

添加application.properties文件在src/main/resoures文件夹下

logging.file=my.log

将日志写在文件中

 

 

详细使用方法:

参考  

application properties 官方配置文件示例

以上是关于springboot 使用日志的主要内容,如果未能解决你的问题,请参考以下文章

Java日志框架 -- SpringBoot中的日志使用

Java日志框架 -- SpringBoot中的日志使用

SpringBoot.06.SpringBoot日志管理

SpringBoot.06.SpringBoot日志管理

SpringBoot----SpringBoot配置日志文件

springboot使用之三:springboot使用logback日志