Skip to content

Commit 725f5a6

Browse files
committed
Modify log formatter to add class into the log
1 parent 2269f8c commit 725f5a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,9 @@
693693
<groupId>org.apache.maven.plugins</groupId>
694694
<artifactId>maven-surefire-plugin</artifactId>
695695
<configuration>
696+
<systemPropertyVariables>
697+
<java.util.logging.SimpleFormatter.format>%1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS.%1$tL%1$tz %4$s %3$s %5$s%6$s%n</java.util.logging.SimpleFormatter.format>
698+
</systemPropertyVariables>
696699
<!-- Required for Apache arrow in the Snowflake (See https://arrow.apache.org/docs/java/install.html#java-compatibility) -->
697700
<argLine>
698701
@{argLine}

0 commit comments

Comments
 (0)