javeme commented on code in PR #1996:
URL:
https://github.com/apache/incubator-hugegraph/pull/1996#discussion_r1008838494
##########
hugegraph-test/src/main/java/com/baidu/hugegraph/core/RoleElectionStateMachineTest.java:
##########
@@ -149,7 +153,7 @@ public void master(StateMachineContext context) {
if (logRecords.size() > MAX_COUNT) {
context.stateMachine().shutdown();
}
- System.out.println("master node: " + node);
+ LOG.info("master node: " + node);
Review Comment:
prefer to define a `UtilXx.print()` method
--
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]