summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jdisc_http_service/pom.xml12
-rw-r--r--parent/pom.xml1
2 files changed, 1 insertions, 12 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index e855bb015f8..bd8c77bc9cc 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -175,18 +175,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <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>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
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>