From 296d7844f72399158c2176bdb9879f54cef65f76 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 28 Jun 2019 18:52:40 -0700 Subject: [PATCH] Register the o.s.d.g.tests.logging.slf4j.logback.TestAppender. Declare the o.s.geode.boot.autoconfigure.ClientSecurityAutoConfiguration Logger. Set log level to 'WARN'. Write to the TestAppender. Resolves gh-33. --- spring-geode-autoconfigure/src/test/resources/logback.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-geode-autoconfigure/src/test/resources/logback.xml b/spring-geode-autoconfigure/src/test/resources/logback.xml index de99c52b..195abad1 100644 --- a/spring-geode-autoconfigure/src/test/resources/logback.xml +++ b/spring-geode-autoconfigure/src/test/resources/logback.xml @@ -9,12 +9,18 @@ + + + + + +