aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-12-17 08:07:16 +0000
committerArne H Juul <arnej@yahooinc.com>2021-12-17 08:07:16 +0000
commit171b08f591da0ecec2f5b5cf81869559b425dfcb (patch)
treeb15036493d56cf155e9239f5650ceb1d0c7be226 /messagebus/pom.xml
parentd0fa8ebf20f0117eea8e17ea95e4b65a8dee418c (diff)
make it easier to track where the time goes by overriding the log format
Diffstat (limited to 'messagebus/pom.xml')
-rw-r--r--messagebus/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/messagebus/pom.xml b/messagebus/pom.xml
index d2ce9cb36d8..efc1997d2e5 100644
--- a/messagebus/pom.xml
+++ b/messagebus/pom.xml
@@ -53,6 +53,9 @@
<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>
+ </systemPropertyVariables>
</configuration>
</plugin>
<plugin>