Merge branch 'hotfix/revised_1_1_0_manual' into develop
diff --git a/website/content/docs/guide/10/managing/logging/configuring_log4j2.html b/website/content/docs/guide/10/managing/logging/configuring_log4j2.html
index b02422b..bd8e6b8 100644
--- a/website/content/docs/guide/10/managing/logging/configuring_log4j2.html
+++ b/website/content/docs/guide/10/managing/logging/configuring_log4j2.html
@@ -3179,17 +3179,17 @@
 <p>For example, if you are using:</p>
 
 <ul>
-<li>  <strong>Commons Logging</strong>, download &ldquo;Commons Logging Bridge&rdquo; (<code>log4j-jcl-2.1.jar</code>)</li>
-<li>  <strong>SLF4J</strong>, download &ldquo;SLFJ4 Binding&rdquo; (<code>log4j-slf4j-impl-2.1.jar</code>)</li>
-<li>  <strong>java.util.logging</strong>, download the &ldquo;JUL adapter&rdquo; (<code>log4j-jul-2.1.jar</code>)</li>
+<li>  <strong>Commons Logging</strong>, download &ldquo;Commons Logging Bridge&rdquo; (<code>log4j-jcl-2.7.jar</code>)</li>
+<li>  <strong>SLF4J</strong>, download &ldquo;SLFJ4 Binding&rdquo; (<code>log4j-slf4j-impl-2.7.jar</code>)</li>
+<li>  <strong>java.util.logging</strong>, download the &ldquo;JUL adapter&rdquo; (<code>log4j-jul-2.7.jar</code>)</li>
 </ul>
 
 <p>See <a href="http://logging.apache.org/log4j/2.x/faq.html">http://logging.apache.org/log4j/2.x/faq.html</a> for more examples.</p>
 
-<p>All three of the above JAR files are in the full distribution of Log4J 2.1 which can be downloaded at <a href="http://logging.apache.org/log4j/2.x/download.html">http://logging.apache.org/log4j/2.x/download.html</a>. Download the appropriate bridge, adapter, or binding JARs to ensure that Geode logging is integrated with every logging API used in various third-party libraries or in your own applications.</p>
+<p>All three of the above JAR files are in the full distribution of Log4J 2.7 which can be downloaded at <a href="http://logging.apache.org/log4j/2.x/download.html">http://logging.apache.org/log4j/2.x/download.html</a>. Download the appropriate bridge, adapter, or binding JARs to ensure that Geode logging is integrated with every logging API used in various third-party libraries or in your own applications.</p>
 
 <p><strong>Note:</strong>
-Apache Geode has been tested with Log4j 2.1. As newer versions of Log4j 2 come out, you can find 2.1 under Previous Releases on that page.</p>
+Apache Geode has been tested with Log4j 2.7. As newer versions of Log4j 2 come out, you can find 2.7 under Previous Releases on that page.</p>
 
 <h2>Customizing Your Own log4j2.xml File</h2>