summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-12-16 13:14:16 +0000
committerArne H Juul <arnej@yahooinc.com>2021-12-16 14:03:52 +0000
commit41c475e48639b9eeee17d842ffbb96825605a339 (patch)
tree805d71fc8df7e14c11e3401c80b53265a4a71030
parent4ebf584c968154d38fb9e2d1f590947025bf90a5 (diff)
Revert "override logging format and JRT select timeout"
This reverts commit c789d50c3e1e58625b5fd537b27436a202fbdd55.
-rw-r--r--documentapi/pom.xml4
-rw-r--r--messagebus/pom.xml4
2 files changed, 0 insertions, 8 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index be686c9126a..1de84b29c9f 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -87,10 +87,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>2</forkCount>
- <systemPropertyVariables>
- <java.util.logging.SimpleFormatter.format>[%1$Ts.%1$TL] %4$s: %5$s {%3$s}%n</java.util.logging.SimpleFormatter.format>
- <vespa.jrt.select.timeout>5</vespa.jrt.select.timeout>
- </systemPropertyVariables>
</configuration>
</plugin>
</plugins>
diff --git a/messagebus/pom.xml b/messagebus/pom.xml
index 89bb60db442..d2ce9cb36d8 100644
--- a/messagebus/pom.xml
+++ b/messagebus/pom.xml
@@ -53,10 +53,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>4</forkCount>
- <systemPropertyVariables>
- <java.util.logging.SimpleFormatter.format>[%1$Ts.%1$TL] %4$s: %5$s {%3$s}%n</java.util.logging.SimpleFormatter.format>
- <vespa.jrt.select.timeout>5</vespa.jrt.select.timeout>
- </systemPropertyVariables>
</configuration>
</plugin>
<plugin>