Skip to content

Commit

Permalink
Show stdout in tests (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 22, 2025
1 parent 808b769 commit 2a4d37a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ tasks {

testLogging {
exceptionFormat = TestExceptionFormat.FULL
showExceptions = true
showCauses = true
showStackTraces = true
showStandardStreams = true
}
}

Expand Down

0 comments on commit 2a4d37a

Please sign in to comment.