Skip to content

Commit

Permalink
Reduce log level for tests. (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Dec 2, 2024
1 parent 27560cf commit 0b20caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metafix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test {
events 'SKIPPED'
}

systemProperties['org.metafacture.metafix.logLevel'] = 'WARN'
passSystemProperties(systemProperties)

maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
Expand Down

0 comments on commit 0b20caa

Please sign in to comment.