Skip to content

Commit

Permalink
Remove a Gradle configuration which is causing test logging in Gradle…
Browse files Browse the repository at this point in the history
…'s stdout. This is too much noise.

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Jul 11, 2024
1 parent 2ded41a commit 05e6604
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data-prepper-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ task integrationTest(type: Test) {

classpath = sourceSets.integrationTest.runtimeClasspath

systemProperty 'log4j.configurationFile', 'src/test/resources/log4j2.properties'

filter {
includeTestsMatching '*IT'
}
Expand Down

0 comments on commit 05e6604

Please sign in to comment.