[
https://issues.apache.org/jira/browse/S2GRAPH-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727156#comment-15727156
]
ASF GitHub Bot commented on S2GRAPH-138:
----------------------------------------
GitHub user jongwook opened a pull request:
https://github.com/apache/incubator-s2graph/pull/107
[S2GRAPH-138] fixed logging in Play! development mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongwook/incubator-s2graph S2GRAPH-138
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-s2graph/pull/107.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 #107
----
----
> There is a problem that `log` is not left in development mode.
> --------------------------------------------------------------
>
> Key: S2GRAPH-138
> URL: https://issues.apache.org/jira/browse/S2GRAPH-138
> Project: S2Graph
> Issue Type: Bug
> Reporter: Daewon Jeong
> Priority: Minor
>
> Logging works fine in packaged binary(sbt package) with `start-s2graph.sh`
> command.
> In development mode `sbt 'project s2rest_play' run`, logging does not work
> with the following message.
> {code}
> SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
> SLF4J: Defaulting to no-operation MDCAdapter implementation.
> SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further
> details.
> {code}
> p.s: I think it seems to be related to {{S2GRAPH-117}} issue
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)