Tests generally don't print or log anything. If you want them to print tons of stuff, pass -Ptests.verbose=true to gradle. You can do it in idea IDE by going to "Run" menu, "Edit Configurations", and adding -Ptests.verbose=true to the command line of the particular test (e.g. TestDemo)
On Wed, May 18, 2022 at 2:28 PM Rushabh Shah <rushabh.s...@salesforce.com.invalid> wrote: > > Hi Lucene devs, > I am pretty new to the Lucene project and to the Gradle build tool also. When > I run any test case via Intellij, I am not able to see any logs related to > that test case. Do I need to set some special property in some config file to > view the logs ? Please help. Thank you. > > > Rushabh Shah --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org