[Tiny] Gradle, Show Me the Test Logs!
This week, I learned how to enable logging output for Gradle's test task. Why did I need it? I created a couple of tests and added some logging. I ran the tests one by one in IntelliJ IDEA and checked the logs. Then, I ran gradle build and... there were no logs from the tests in the output
![[Tiny] Gradle, Show Me the Test Logs!](https://media2.dev.to/dynamic/image/width%3D1000,height%3D500,fit%3Dcover,gravity%3Dauto,format%3Dauto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcancnghpwjxz31g3nio0.jpg)
This week, I learned how to enable logging output for Gradle's test
task.
Why did I need it?
I created a couple of tests and added some logging. I ran the tests one by one in IntelliJ IDEA and checked the logs. Then, I ran gradle build
and... there were no logs from the tests in the output