This is an automated email from the ASF dual-hosted git repository.
rpopma pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 76073c1 Fix appenders page typo: replace mention of 2.3.1 with 2.12.3
76073c1 is described below
commit 76073c103ebdf2a3aa5c44a0e4ff396b8b81c510
Author: Remko Popma <[email protected]>
AuthorDate: Tue Dec 21 13:52:10 2021 +0900
Fix appenders page typo: replace mention of 2.3.1 with 2.12.3
---
log4j-2.12.3/manual/appenders.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-2.12.3/manual/appenders.html
b/log4j-2.12.3/manual/appenders.html
index 2d0ed34..0be79f3 100644
--- a/log4j-2.12.3/manual/appenders.html
+++ b/log4j-2.12.3/manual/appenders.html
@@ -2612,7 +2612,7 @@ public class ConnectionFactory {
<p>The JMS Appender sends the formatted log event to a JMS Destination.</p>
-<p>The JMS Appender requires JNDI support so as of release 2.3.1 this appender
will not function unless
+<p>The JMS Appender requires JNDI support so as of release 2.12.3 this
appender will not function unless
<tt>log4j2.enableJndiJms=true</tt> is configured as a system
property or environment
variable. See the <a
href="./configuration.html#enableJndiJms">enableJndiJms</a> system property.</p>