From 13d577d0692de05f37b2c12c74003fb31cbe3d54 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Oct 2020 10:34:27 -0700 Subject: [PATCH] Fix formatting in Logging chapter. --- spring-geode-docs/src/docs/asciidoc/_includes/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/logging.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/logging.adoc index 58dbec46..d3892721 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/logging.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/logging.adoc @@ -18,7 +18,7 @@ e.g. `log-level` no longer have any effect, regardless of whether the property ( TIP: Refer to {geode-name}'s {apache-geode-docs}/reference/topics/gemfire_properties.html[Documentation] for a complete list of valid `Properties`, including the `Properties` used to configure logging. -Unfortunately, this also means the _Spring Data for {geode-name} (SDG) +Unfortunately, this also means the _Spring Data for {geode-name}_ (SDG) {spring-data-geode-javadoc}/org/springframework/data/gemfire/config/annotation/EnableLogging.html[`@EnableLogging`] annotation no longer has any effect on {geode-name} logging either and is the reason it has been https://jira.spring.io/browse/DATAGEODE-299[deprecated]. The reason `@EnableLogging` no longer has any effect on logging