benwtrent commented on code in PR #14172:
URL: https://github.com/apache/lucene/pull/14172#discussion_r1932966932


##########
lucene/test-framework/src/java/org/apache/lucene/tests/index/RandomCodec.java:
##########
@@ -191,6 +193,9 @@ public PostingsFormat getPostingsFormatForField(String 
name) {
       // Safety:
       assert previousMappings.size() < 10000 : "test went insane";
     }
+    if (VERBOSE) {
+      System.out.println("RandomPostingsFormat: " + name + " -> " + codec);

Review Comment:
   Yeah, it's likely forbidden. I found this verbose output helpful in 
debugging. But I think it can be removed in preference to setting the info 
stream
   
   I will fix up the PR and merge.



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

Reply via email to