uschindler commented on a change in pull request #572:
URL: https://github.com/apache/lucene/pull/572#discussion_r775998035



##########
File path: 
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java
##########
@@ -554,7 +554,7 @@ public boolean shouldCache(Query query) throws IOException {
       if (maxFailures == Integer.MAX_VALUE) {
         maxFailures = 1;
       } else {
-        Logger.getLogger(LuceneTestCase.class.getSimpleName())
+        Logger.getLogger(LuceneTestCase.class.getName())

Review comment:
       This is the only place in test-framework that uses a logger. All other 
places use System.err. Should we not move to this and remove logging (also 
dependency to module).




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to