From 0989bb048e99eb501e1836e3cbd57b1840b7ccfd Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 4 Feb 2020 20:14:49 -0800 Subject: [PATCH] Add SLF4J Logback configuration file to be able to log output from Spring Session and Apache Geode during Integration Tests. --- .../integration-test/resources/logback.xml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 spring-session-data-geode/src/integration-test/resources/logback.xml diff --git a/spring-session-data-geode/src/integration-test/resources/logback.xml b/spring-session-data-geode/src/integration-test/resources/logback.xml new file mode 100644 index 0000000..31dd9cc --- /dev/null +++ b/spring-session-data-geode/src/integration-test/resources/logback.xml @@ -0,0 +1,34 @@ + + + + + + + + %d %5p %40.40c:%4L - %m%n + + + + + + + + TEST - %m%n + + + + + + + + + + + + + + + + + +