From daeaa828a16262d57e22e6d1efb965ed8d1e93b6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 24 Jun 2019 15:31:43 -0700 Subject: [PATCH] Add Logging to conventions provided by SBDG and reference SDG's @EnableLogging annotation. --- .../src/docs/asciidoc/configuration-annotations.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc index 5f16a65e..771d0607 100644 --- a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc +++ b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc @@ -47,6 +47,7 @@ Currently, SBDG provides _auto-configuration_ for the following features: * Caching with Spring's Cache Abstraction * Continuous Query * Function Execution & Implementation +* Logging * PDX * `GemfireTemplate` * Spring Data Repositories @@ -60,6 +61,7 @@ Technically, this means the following SDG Annotations are not required to use th * `@EnableContinuousQueries` * `@EnableGemfireFunctionExecutions` * `@EnableGemfireFunctions` +* `@EnableLogging` * `@EnablePdx` * `@EnableGemfireRepositories` * `@EnableSecurity`