You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Daewon Jeong (JIRA)" <ji...@apache.org> on 2018/03/29 05:19:00 UTC

[jira] [Created] (S2GRAPH-191) Providing request / response logging to GraphQL server and removing println

Daewon Jeong created S2GRAPH-191:
------------------------------------

             Summary:  Providing request / response logging to GraphQL server and removing println
                 Key: S2GRAPH-191
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-191
             Project: S2Graph
          Issue Type: Improvement
            Reporter: Daewon Jeong


The GraphQL server, which is still the experiment phase, does not provide logging, but prints the contents of the server to stdout using the println method.

Therefore, there is a problem that the contents of the error are not properly reported at the time of development, which makes debugging impossible.

Improve the above problem

The logger uses the slf4j interface in accordance with the outline of the existing -S2GRAPH-117(-Cleaner logging library usage)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)