EdColeman commented on code in PR #4051:
URL: https://github.com/apache/accumulo/pull/4051#discussion_r1422934589
##########
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:
Why is this necessary? Logging at a relevant level should apply to either
context, and con be controlled through normal logging settings to show or
suppress levels as desired.
--
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]