Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 0b20caa

Browse files
committed
Reduce log level for tests. (#388)
1 parent 27560cf commit 0b20caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metafix/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ test {
8080
events 'SKIPPED'
8181
}
8282

83+
systemProperties['org.metafacture.metafix.logLevel'] = 'WARN'
8384
passSystemProperties(systemProperties)
8485

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

0 commit comments

Comments
 (0)