dweiss commented on code in PR #14924: URL: https://github.com/apache/lucene/pull/14924#discussion_r2194378454
########## lucene/spatial-extras/src/test/org/apache/lucene/spatial/prefix/TestHeatmapFacetCounter.java: ########## @@ -66,8 +66,8 @@ public void setUp() throws Exception { @After public void after() { - log.info( - "Validated " + cellsValidated + " cells, " + cellValidatedNonZero + " non-zero"); // nowarn + System.out.println( + "Validated " + cellsValidated + " cells, " + cellValidatedNonZero + " non-zero"); Review Comment: There were three java util logging calls across the entire codebase (in tests). I nuked them to simplify the build. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org