uschindler commented on a change in pull request #572:
URL: https://github.com/apache/lucene/pull/572#discussion_r775574824
##########
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:
I just modified this to look like everything else in Lucene.
--
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]