This message was deleted.
# community-support
s
This message was deleted.
l
Looks like adding this to
build.gradle
does what I'm asking for:
Copy code
test {
    testLogging {
        showStandardStreams(false)
    }
}
We can then set our test log level to whatever we want (including the very verbose "debug"), but the logs don't end up in the console, only in the HTML report.