This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch log4j-2.12
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/log4j-2.12 by this push:
new c120260 Remove extra tag
c120260 is described below
commit c120260ee6fe7b5f3a220c555a509f833f27ff2c
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Dec 20 17:38:28 2021 -0700
Remove extra tag
---
src/site/xdoc/manual/appenders.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/site/xdoc/manual/appenders.xml
b/src/site/xdoc/manual/appenders.xml
index ff05509..8eef640 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1531,7 +1531,6 @@ public class ConnectionFactory {
<code>log4j2.enableJndiJms=true</code> is configured as a system
property or environment
variable. See the <a
href="./configuration.html#enableJndiJms">enableJndiJms</a> system property.</p>
<p>
- <p>
Note that in Log4j 2.0, this appender was split into a
JMSQueueAppender and a JMSTopicAppender. Starting
in Log4j 2.1, these appenders were combined into the JMS Appender
which makes no distinction between queues
and topics. However, configurations written for 2.0 which use the
<code><JMSQueue/></code> or