-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The amount of test logging is preventing our test reports from uploading to Github.
- Loading branch information
Showing
5 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
11 changes: 6 additions & 5 deletions
11
spring-cloud-dataflow-aggregate-task/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml"/> | ||
<root> | ||
<level value="DEBUG"/> | ||
</root> | ||
</configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml" /> | ||
<logger name="org.testcontainers" level="ERROR"/> | ||
<logger name="com.github.dockerjava" level="ERROR"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
</configuration> |
12 changes: 6 additions & 6 deletions
12
spring-cloud-dataflow-server-core/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml"/> | ||
<logger name="org.springframework.cloud" level="DEBUG"/> | ||
<root> | ||
<level value="INFO"/> | ||
</root> | ||
</configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml" /> | ||
<logger name="org.testcontainers" level="ERROR"/> | ||
<logger name="com.github.dockerjava" level="ERROR"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
</configuration> |
3 changes: 3 additions & 0 deletions
3
spring-cloud-dataflow-server/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml" /> | ||
<logger name="org.testcontainers" level="ERROR"/> | ||
<logger name="com.github.dockerjava" level="ERROR"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
</configuration> |
7 changes: 3 additions & 4 deletions
7
spring-cloud-skipper/spring-cloud-skipper-server/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml" /> | ||
<logger name="org.springframework.web" level="INFO"/> | ||
<logger name="org.springframework.cloud.skipper" level="DEBUG"/> | ||
<logger name="org.springframework.boot" level="DEBUG"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
<logger name="org.testcontainers" level="ERROR"/> | ||
<logger name="com.github.dockerjava" level="ERROR"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
</configuration> |
11 changes: 6 additions & 5 deletions
11
spring-cloud-starter-dataflow-server/src/test/resources/logback-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml"/> | ||
<root> | ||
<level value="INFO"/> | ||
</root> | ||
</configuration> | ||
<include resource="org/springframework/boot/logging/logback/base.xml" /> | ||
<logger name="org.testcontainers" level="ERROR"/> | ||
<logger name="com.github.dockerjava" level="ERROR"/> | ||
<logger name="org.flywaydb" level="DEBUG"/> | ||
</configuration> |