From cd85bc91122f7567393dea3ac3fcc2e29ed7692f Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Apr 2020 14:38:03 -0700 Subject: [PATCH] Add SLF4J, Logback configuration file to configure the log levels for Apache Geode and Spring Framework in Integration Tests. --- spring-geode/src/test/resources/logback.xml | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 spring-geode/src/test/resources/logback.xml diff --git a/spring-geode/src/test/resources/logback.xml b/spring-geode/src/test/resources/logback.xml new file mode 100644 index 00000000..0fb9e803 --- /dev/null +++ b/spring-geode/src/test/resources/logback.xml @@ -0,0 +1,24 @@ + + + + + + + + %d %5p %40.40c:%4L - %m%n + + + + + + + + + + + + + + + +