Details
-
Type:
Improvement
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-rc-1
-
Gradle Forums topic Reference:
Description
At the moment it's hardcoded to INFO. It might be worth making this configurable, but that would probably mean moving other logging (e.g what test is actually running) as well.
Getting closer...
I added
test.testLogging.showStandardStreams = true
And am running with -d. But, that shows all of Gradle's logging which I don't care about it. I'll see if I can figure out how to turn that off.