You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/08/21 15:52:14 UTC

[GitHub] [incubator-hugegraph] imbajin commented on a diff in pull request #1948: fix: modify abnormal logs(#1943)

imbajin commented on code in PR #1948:
URL: https://github.com/apache/incubator-hugegraph/pull/1948#discussion_r950865896


##########
hugegraph-api/src/main/java/com/baidu/hugegraph/api/auth/AccessAPI.java:
##########
@@ -59,7 +59,7 @@
 @Tag(name = "AccessAPI")
 public class AccessAPI extends API {
 
-    private static final Logger LOG = Log.logger(RestServer.class);

Review Comment:
   RestServer 相关是有一定原因和考虑意义的, 另外它可以全局调整 rest-api 的所有日志级别.
   
   这个该不该可以看看其他同学意见



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org