SpringBoot日志记录

SpringBoot默认使用CommonsLogging,但是也提供了对常用流行日志的支持,如Java util Logging 、Log4j、Logback等,参考这位大佬的博客:
https://blog.csdn.net/ztchun/article/details/79804583

使用SpringBoot自带的logback日志系统:
https://www.cnblogs.com/bigdataZJ/p/springboot-log.html

使用自定义配置的logbook日志系统:
https://blog.csdn.net/liujun03/article/details/82684209

https://www.cnblogs.com/warking/p/5710303.html

注意要将prudent配置为false,dao配置为debug

logback的异步日志记录:
https://www.cnblogs.com/aoeiuv/p/10172723.html

猜你喜欢

转载自blog.csdn.net/qq_35890572/article/details/91489812
今日推荐