Add more Java test logging. (#10221)

This commit is contained in:
Edward Chen 2022-01-10 09:42:46 -08:00 committed by GitHub
parent 0f5e82c294
commit edd1a2cf61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,8 @@ test {
testLogging {
events "passed", "skipped", "failed"
showStandardStreams = true
showStackTraces = true
exceptionFormat = "full"
}
}