spring5与log4j不兼容的问题

 

 

maven中

 

需要导入log4j 2以上的版本

 

ERROR StatusLogger No log4j2 configuration file found. Using default configuration

 

在web.xml中配置监听器和log4j的配置文件

 

ERROR StatusLogger No log4j2 configuration file found. Using default configuration

 

ERROR StatusLogger No log4j2 configuration file found. Using default configuration

 

log4j2.xml放在资源根目录就行,不配置系统也会自己找到

 

 

log4j的配置文件(log4j2.xml)

ERROR StatusLogger No log4j2 configuration file found. Using default configuration

 

 

相关文章: