enable async logging for tests

This commit is contained in:
Jonathan Shook
2022-12-21 19:37:08 -06:00
parent 1af99a9b4f
commit a06cf565ee

View File

@@ -421,6 +421,13 @@
<version>2.19.0</version>
</dependency>
<dependency>
<scope>test</scope>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.4</version>
</dependency>
<!-- Removed due to a possible conflict-->
<!-- <dependency>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
@@ -496,6 +503,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<configuration>
<systemPropertyVariables>
<Log4jContextSelector>org.apache.logging.log4j.core.async.AsyncLoggerContextSelector</Log4jContextSelector>
</systemPropertyVariables>
<parallel>methods</parallel>
<excludes>
<exclude>**/*Integrated*Test*.java</exclude>