概述
Spring boot 项目logback转向log4j2
- 菜鸟入职第一天
-
-
- XML配置
-
菜鸟入职第一天
入职后的第一件工作,将项目中logback输出日志,变为log4j2异步输出。记录踩过的坑。
1.参照网上教程,在pom.xml中加入如下依赖:
//pom.xml
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.lmax
最后
以上就是执着歌曲为你收集整理的Spring boot 项目logback转向log4j2菜鸟入职第一天的全部内容,希望文章能够帮你解决Spring boot 项目logback转向log4j2菜鸟入职第一天所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复