I came across this setting in the surefire plugin -Ddrill.test.query.printing.silent=true
I was curious about this. The way this is used in the code is to prevent calling system.out.print. Wouldn't it be better to replace the system.out.print statements with LOG statements and then remove this line from the surefire plugin? Then the data to be shown would be completely managed through the logback.xml configuration instead of the maven config. Thanks, Jim
