EdColeman commented on code in PR #4051:
URL: https://github.com/apache/accumulo/pull/4051#discussion_r1422947707
##########
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:
My reading is that is one possibility. Depending on the frequency of some
of the messages, maybe some are debug and others are at info?
Then using log4j configuration can be tuned for the circumstance.
--
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]