启动日志报错
SLF4J :Class path contains multiple SLF4J binding
并且没有在log4j.properties配置中指定目录打印日志
排除slf4j-simple依赖恢复正常
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
启动日志报错
SLF4J :Class path contains multiple SLF4J binding
并且没有在log4j.properties配置中指定目录打印日志
排除slf4j-simple依赖恢复正常
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
本文标题:slf4j-simple导致日志配置重复
本文链接:https://www.haomeiwen.com/subject/yqjfiktx.html
网友评论