summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-21 12:51:04 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-21 13:00:50 +0000
commit88cf54128aec9b1c3bebd36735b0a12b606ebf23 (patch)
tree843e9c834f8ffa85df2591dd0b7a16938269a738 /jrt/pom.xml
parentde0ca7acee403ccba040c45cc0e30e0c280520c0 (diff)
add more relevant information when messagebus fails to start
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index b43c2b3899c..353e0df777d 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -67,6 +67,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>4</forkCount>
+ <redirectTestOutputToFile>false</redirectTestOutputToFile>
+ <systemPropertyVariables>
+ <java.util.logging.SimpleFormatter.format>%1$Ts.%1$TL [%4$s] %5$s {%3$s}%n</java.util.logging.SimpleFormatter.format>
+ </systemPropertyVariables>
</configuration>
</plugin>
</plugins>