Skip to content

Commit

Permalink
logging pattern in test (+1 squashed commit)
Browse files Browse the repository at this point in the history
Squashed commits:
[db19b885]  plugin version
  • Loading branch information
brettwooldridge committed Jul 13, 2021
1 parent 1991355 commit 51bb046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>HikariCP</name>
Expand Down Expand Up @@ -518,7 +518,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>3.0.0-M5</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine} ${sureFireOptions11}</argLine>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration status="OFF">
<appenders>
<Console name="Console" target="SYSTEM_ERR">
<PatternLayout pattern="%6r [seq%5sn] [%-26.26t] %-5level %-20c{1} - %msg%n" />
<PatternLayout pattern="%d{ABSOLUTE_MICROS} [seq%5sn] [%-40.40t] %-5level %-20c{1} - %msg%n" />
</Console>
</appenders>
<Loggers>
Expand Down

0 comments on commit 51bb046

Please sign in to comment.