imbajin commented on code in PR #1948:
URL:
https://github.com/apache/incubator-hugegraph/pull/1948#discussion_r960385583
##########
hugegraph-api/src/main/java/com/baidu/hugegraph/api/API.java:
##########
@@ -45,7 +45,7 @@
public class API {
- protected static final Logger LOG = Log.logger(RestServer.class);
+ protected static final Logger LOG = Log.logger(API.class);
Review Comment:
Also, it would be nice if the log-framework could support a unified approach
like this (I don't know if there is a way) :
`Logger LOG = Log.logger(this);`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]