[ https://issues.apache.org/jira/browse/GEARPUMP-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094276#comment-16094276 ]
ASF GitHub Bot commented on GEARPUMP-322: ----------------------------------------- GitHub user huafengw opened a pull request: https://github.com/apache/incubator-gearpump/pull/196 [GEARPUMP-322] Fix multiple SLF4J bindings on classpath Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the commit message is formatted like: `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` - [ ] Make sure tests pass via `sbt clean test`. - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/huafengw/incubator-gearpump fix322 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/196.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #196 ---- commit 0b972a4c0492257fb7263035483db653d2018d89 Author: huafengw <fvunic...@gmail.com> Date: 2017-07-20T07:06:28Z [GEARPUMP-322] Fix multiple SLF4J bindings on classpath ---- > Class path contains multiple SLF4J bindings > ------------------------------------------- > > Key: GEARPUMP-322 > URL: https://issues.apache.org/jira/browse/GEARPUMP-322 > Project: Apache Gearpump > Issue Type: Bug > Affects Versions: 0.8.4 > Reporter: Manu Zhang > Labels: classpath > > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/Users/doriadong/git/incubator-gearpump/output/target/pack/lib/yarn/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/doriadong/git/incubator-gearpump/output/target/pack/lib/gearpump-core_2.11-0.8.4-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] -- This message was sent by Atlassian JIRA (v6.4.14#64029)