spring boot使用log4j2出现 Invalid status level specified: false

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/learner198461/article/details/84943030

这个在spring boot 启动前就会产生,这个是因为log4j2.xml配置错误

<configuration status="debug" monitorInterval="30">

这个status我默认是false就会报上述错误。修改status级别就可以了。

猜你喜欢

转载自blog.csdn.net/learner198461/article/details/84943030
今日推荐