summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-05-20 10:20:36 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-05-20 10:21:01 +0200
commitbd2be4cc8148b00cfcc4d5c4236020400fe4d86e (patch)
tree53f8ddfe159e7cb9cc1fd8cd4f4a2e0a0204eeff /parent
parenteb1e9294ad2c207f7c9b465f42d2b3de72fd336e (diff)
Disable jdisc debug logging for all unit tests (by default)
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 2faabde5241..5533e37d898 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -220,6 +220,7 @@
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
<systemPropertyVariables>
+ <jdisc.logger.level>INFO</jdisc.logger.level>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
<trimStackTrace>false</trimStackTrace>