From 1931db99a6181ea9cef7b9f4298f199953a91a0c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 24 Aug 2019 13:35:01 -0700 Subject: [PATCH] Stop http debug logging during test --- .../src/smokeTest/resources/logback.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/smoke/testApps/SpringBoot1_3Auto/src/smokeTest/resources/logback.xml diff --git a/test/smoke/testApps/SpringBoot1_3Auto/src/smokeTest/resources/logback.xml b/test/smoke/testApps/SpringBoot1_3Auto/src/smokeTest/resources/logback.xml new file mode 100644 index 00000000000..673c1b5303c --- /dev/null +++ b/test/smoke/testApps/SpringBoot1_3Auto/src/smokeTest/resources/logback.xml @@ -0,0 +1,11 @@ + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + +