From b0f83ea9a2a036150a0ce9210dc8f08fc0cfb184 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 6 Jul 2022 14:24:01 -0700 Subject: [PATCH] Enable Spring Geode Logging configuration to be declared by the user in a spring-geode-logging.properties file on the Spring Boot application classpath. Resolves #117. --- .../src/main/resources/spring-geode-logging.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-geode-starter-logging/src/main/resources/spring-geode-logging.properties diff --git a/spring-geode-starter-logging/src/main/resources/spring-geode-logging.properties b/spring-geode-starter-logging/src/main/resources/spring-geode-logging.properties new file mode 100644 index 00000000..e5b43731 --- /dev/null +++ b/spring-geode-starter-logging/src/main/resources/spring-geode-logging.properties @@ -0,0 +1,3 @@ +# Spring (Boot) for Apache Geode Logging configuration properties + +spring.geode.logging.appender-ref=CONSOLE