keith-turner commented on code in PR #4051:
URL: https://github.com/apache/accumulo/pull/4051#discussion_r1422979575
##########
test/src/main/java/org/apache/accumulo/test/ScanConsistencyIT.java:
##########
@@ -242,6 +241,19 @@ private static void checkEquals(long l1, long l2) throws
Exception {
}
}
+ /**
+ * Logs msg at debug level if inTestingContext, info level otherwise
+ *
+ * @param msg message to be logged
+ */
+ private static void logMessage(String msg) {
Review Comment:
Changing everything to info should be fine. The test are already configured
to log debug output
[here](https://github.com/apache/accumulo/blob/main/test/src/main/resources/log4j2-test.properties),
so changing to info would not increase the amount output by the test when
running it from maven.
--
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]