logging pattern in test (+1 squashed commit)

Squashed commits:
[db19b885]  plugin version
pull/1808/head
Brett Wooldridge 4 years ago
parent 1991355e6b
commit 51bb046201

@ -33,7 +33,7 @@
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<version>4.0.4-SNAPSHOT</version> <version>5.0.0-SNAPSHOT</version>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>HikariCP</name> <name>HikariCP</name>
@ -518,7 +518,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version> <version>3.0.0-M5</version>
<configuration> <configuration>
<!-- Sets the VM argument line used when unit tests are run. --> <!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine} ${sureFireOptions11}</argLine> <argLine>${surefireArgLine} ${sureFireOptions11}</argLine>

@ -2,7 +2,7 @@
<configuration status="OFF"> <configuration status="OFF">
<appenders> <appenders>
<Console name="Console" target="SYSTEM_ERR"> <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> </Console>
</appenders> </appenders>
<Loggers> <Loggers>

Loading…
Cancel
Save