Merge pull request #11468 from chaos2418/JAVA-8405

JAVA-8405: reducing logging for tutorials-build-job
This commit is contained in:
kwoyke
2021-11-23 13:43:19 +01:00
committed by GitHub
82 changed files with 708 additions and 124 deletions
+6 -1
View File
@@ -295,7 +295,6 @@
<id>default-first</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -315,6 +314,9 @@
<exclude>**/JdbcTest.java</exclude>
<exclude>**/*LiveTest.java</exclude>
</excludes>
<systemPropertyVariables>
<logback.configurationFile>${tutorialsproject.basedir}/logback-config.xml</logback.configurationFile>
</systemPropertyVariables>
</configuration>
</plugin>
@@ -581,6 +583,9 @@
<exclude>**/*JdbcTest.java</exclude>
<exclude>**/*LiveTest.java</exclude>
</excludes>
<systemPropertyVariables>
<logback.configurationFile>${tutorialsproject.basedir}/logback-config.xml</logback.configurationFile>
</systemPropertyVariables>
</configuration>
</plugin>