[slf4j-dev] [JIRA] (SLF4J-373) SLF4J: Class path contains multiple SLF4J bindings

QOS.CH (JIRA) noreply-jira at qos.ch
Thu Feb 23 08:49:00 CET 2017


     [ https://jira.qos.ch/browse/SLF4J-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the slf4j-dev mailing list