ERROR StatusLogger Log4j2 could not find a logging implementation

前端 未结 3 1475
暗喜
暗喜 2020-12-06 16:05

I am trying to implement log4j 2 but it keeps throwing the following error.

> ERROR StatusLogger Log4j2 could not find a logging implemen         


        
3条回答
  •  一个人的身影
    2020-12-06 16:41

    To get around a similar issue with Spring Boot I added

    
        org.springframework.boot
        spring-boot-starter-log4j2
       
    

    to my POM

提交回复
热议问题