[ https://issues.apache.org/jira/browse/S2GRAPH-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410774#comment-16410774 ]
ASF GitHub Bot commented on S2GRAPH-188: ---------------------------------------- GitHub user sandyskies opened a pull request: https://github.com/apache/incubator-s2graph/pull/141 [S2GRAPH-188]: migrate log4j.properties to log4j2.xml s2rest_play.log: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/data/home/apache-s2graph-0.2.1-SNAPSHOT-incubating-bin/lib/log4j-slf4j-impl-2.9.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/data/home/apache-s2graph-0.2.1-SNAPSHOT-incubating-bin/lib/slf4j-log4j12-1.7.21.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.apache.logging.slf4j.Log4jLoggerFactory] ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging. NettyServer.main is deprecated. Please start your Play server with the play.core.server.ProdServerStart$.main. fix https://issues.apache.org/jira/browse/S2GRAPH-188 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sandyskies/incubator-s2graph S2GRAPH-188 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-s2graph/pull/141.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 #141 ---- commit 741bf47d0f62fb9720d461e27e4264f4f313fb84 Author: sandyskies <chenmingjie0828@...> Date: 2018-03-23T03:57:16Z migrate log4j.properties to log4j2.xml ---- > Should migrate log4j.properties to log4j2.xml > --------------------------------------------- > > Key: S2GRAPH-188 > URL: https://issues.apache.org/jira/browse/S2GRAPH-188 > Project: S2Graph > Issue Type: Bug > Affects Versions: 0.2.1 > Reporter: chenmingjie > Priority: Major > > s2rest_play.log: > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/data/home/apache-s2graph-0.2.1-SNAPSHOT-incubating-bin/lib/log4j-slf4j-impl-2.9.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/data/home/apache-s2graph-0.2.1-SNAPSHOT-incubating-bin/lib/slf4j-log4j12-1.7.21.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.apache.logging.slf4j.Log4jLoggerFactory] > {color:#FF0000}ERROR StatusLogger No log4j2 configuration file found. Using > default configuration: logging only errors to the console. Set system > property 'log4j2.debug' to show Log4j2 internal initialization logging.{color} > NettyServer.main is deprecated. Please start your Play server with the > play.core.server.ProdServerStart$.main. -- This message was sent by Atlassian JIRA (v7.6.3#76005)