Skip to content

Commit

Permalink
fix logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Nov 13, 2024
1 parent b3a79d6 commit ab7e4aa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${plugin.surefire.version}</version>
<configuration>
<systemPropertyVariables>
<log4j.configurationFile>src/test/resources/log4j2-test.properties</log4j.configurationFile>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit ab7e4aa

Please sign in to comment.