This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit 468a529fe6f906d8cbfbe6ed5e5e80c59caa6af5 Author: liubao <[email protected]> AuthorDate: Tue Jul 24 20:24:30 2018 +0800 [SCB-772]turn off spring boot test debug log --- .../src/test/resources/logback-test.xml | 5 +++++ .../src/main/resources/logback-test.xml | 5 +++++ .../demo-spring-boot-zuul-proxy/src/test/resources/logback-test.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/src/test/resources/logback-test.xml b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/src/test/resources/logback-test.xml new file mode 100644 index 0000000..e3d7131 --- /dev/null +++ b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/src/test/resources/logback-test.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <include resource="org/springframework/boot/logging/logback/base.xml"/> + <logger name="org.springframework" level="ERROR"/> +</configuration> \ No newline at end of file diff --git a/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-server/src/main/resources/logback-test.xml b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-server/src/main/resources/logback-test.xml new file mode 100644 index 0000000..e3d7131 --- /dev/null +++ b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-server/src/main/resources/logback-test.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <include resource="org/springframework/boot/logging/logback/base.xml"/> + <logger name="org.springframework" level="ERROR"/> +</configuration> \ No newline at end of file diff --git a/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/src/test/resources/logback-test.xml b/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/src/test/resources/logback-test.xml new file mode 100644 index 0000000..e3d7131 --- /dev/null +++ b/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/src/test/resources/logback-test.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <include resource="org/springframework/boot/logging/logback/base.xml"/> + <logger name="org.springframework" level="ERROR"/> +</configuration> \ No newline at end of file
