
[ https://jira.qos.ch/browse/SLF4J-373?page=com.atlassian.jira.plugin.system.i... ] Ceki Gülcü resolved SLF4J-373. ------------------------------ Resolution: Not a bug Please read https://www.slf4j.org/codes.html#multiple_bindings
SLF4J: Class path contains multiple SLF4J bindings --------------------------------------------------
Key: SLF4J-373 URL: https://jira.qos.ch/browse/SLF4J-373 Project: SLF4J Issue Type: Bug Components: Unspecified Affects Versions: 1.7.x Reporter: Pu Yi He Assignee: SLF4J developers list
In our project, there is one warning message as below when to use slf4j-1.7.5, how to resolve this issue? - project dependency: <dependency name="slf4j-1.7.5" type="jar" version="1.7.5"/> this will include slf4j-api-1.7.5.jar and slf4j-log4j12-1.7.5.jar <dependency name="hystrix" type="jar" /> this will include slf4j-api-1.7.5.jar and slf4j-jdk14-1.7.5.jar - warning message: WARNING: Couldn't load build resource bundle. Build timestamp will be inaccurate *** SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [wsjar:file:/xxx.ear/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [wsjar:file:/xxx.ear/slf4j-jdk14-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]* SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
-- This message was sent by Atlassian JIRA (v7.3.1#73012)