This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x-site-stg-out by this push:
     new 566bd8d94d Add website content generated from 
`de49ffff7dc30316acaea6ea5ea22d0dc9c00fe8`
566bd8d94d is described below

commit 566bd8d94da5db95149d6076b79f2bc7e1286ecf
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Apr 16 14:30:21 2024 +0000

    Add website content generated from 
`de49ffff7dc30316acaea6ea5ea22d0dc9c00fe8`
---
 log4j-jmx-gui.html        |  17 ++++++
 manual/configuration.html |   2 +-
 manual/jmx.html           |  43 +++++++++++----
 plugin-reference.html     |   2 +-
 release-notes.html        |   9 +++
 sitemap.xml               | 136 +++++++++++++++++++++++-----------------------
 6 files changed, 128 insertions(+), 81 deletions(-)

diff --git a/log4j-jmx-gui.html b/log4j-jmx-gui.html
index 25374640e2..7b6e663a60 100644
--- a/log4j-jmx-gui.html
+++ b/log4j-jmx-gui.html
@@ -281,6 +281,23 @@
 <p><a href="https://github.com/apache/logging-log4j-jmx-gui";>The Apache Log4j 
JMX GUI</a> is a basic client GUI that can be used to monitor the 
<code>StatusLogger</code> output and to remotely modify the Log4j configuration.
 The client GUI can be run as a stand-alone application or as a JConsole 
plug-in.</p>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>The Java VM to be monitored has to enable Log4j JMX support, set the 
following system property when starting the Java VM:</p>
+</div>
+<div class="paragraph">
+<p><code>log4j2.disableJmx=false</code></p>
+</div>
+</td>
+</tr>
+</table>
+</div>
 </article>
   </div>
 </main>
diff --git a/manual/configuration.html b/manual/configuration.html
index 3dcd3c18ef..942b3036be 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -2730,7 +2730,7 @@ convenience methods for testing. This requires adding the 
<code>log4j-core</code
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
id="disableJmx"></a>log4j2.disableJmx
   (<a id="log4j2.disable.jmx"></a>log4j2.disable.jmx)</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">LOG4J_DISABLE_JMX</p></td>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock">false</p></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">true</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">If 
<code>true</code>, Log4j configuration objects like LoggerContexts, Appenders, 
Loggers, etc.
     will not be instrumented with MBeans and cannot be remotely monitored and 
managed.</p></td>
 </tr>
diff --git a/manual/jmx.html b/manual/jmx.html
index 9a61ff827d..499bc2d1fb 100644
--- a/manual/jmx.html
+++ b/manual/jmx.html
@@ -282,9 +282,10 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Log4j 2 has built-in support for JMX. The StatusLogger, ContextSelector,
-and all LoggerContexts, LoggerConfigs and Appenders are instrumented
-with MBeans and can be remotely monitored and controlled.</p>
+<p>Log4j 2 has built-in support for JMX.</p>
+</div>
+<div class="paragraph">
+<p>When JMX support is enabled, the StatusLogger, ContextSelector, and all 
LoggerContexts, LoggerConfigs, and Appenders are instrumented with MBeans.</p>
 </div>
 <div class="paragraph">
 <p>Also included is a simple client GUI that can be used to monitor the
@@ -298,11 +299,25 @@ directly.</p>
 <h2 id="Enabling_JMX"><a class="anchor" href="#Enabling_JMX"></a>Enabling 
JMX</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>JMX support is enabled by default. When Log4j initializes, the
-StatusLogger, ContextSelector, and all LoggerContexts, LoggerConfigs and
-Appenders are instrumented with MBeans. To disable JMX completely, and
-prevent these MBeans from being created, specify system property
-<code>log4j2.disableJmx</code> to <code>true</code> when you start the Java 
VM.</p>
+<p>JMX support is disabled by default.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+JMX support was enabled by default in Log4j 2 versions before 2.24.0.
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>To enable JMX support, set the following system property when starting the 
Java VM:</p>
+</div>
+<div class="paragraph">
+<p><code>log4j2.disableJmx=false</code></p>
 </div>
 </div>
 </div>
@@ -310,8 +325,8 @@ prevent these MBeans from being created, specify system 
property
 <h2 id="Local"><a class="anchor" href="#Local"></a>Local Monitoring and 
Management</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>To perform local monitoring you don&#8217;t need to specify any system
-properties. The JConsole tool that is included in the Java JDK can be
+<p>To perform local monitoring you need to specify the 
<code>log4j2.disableJmx=false</code> system
+property. The JConsole tool that is included in the Java JDK can be
 used to monitor your application. Start JConsole by typing
 <code>$JAVA_HOME/bin/jconsole</code> in a command shell. For more details,
 see Oracle&#8217;s documentation on
@@ -325,7 +340,13 @@ to use JConsole</a>.</p>
 <div class="sectionbody">
 <div class="paragraph">
 <p>To enable monitoring and management from remote systems, set the
-following system property when starting the Java VM.</p>
+following two system properties when starting the Java VM:</p>
+</div>
+<div class="paragraph">
+<p><code>log4j2.disableJmx=false</code></p>
+</div>
+<div class="paragraph">
+<p>and</p>
 </div>
 <div class="paragraph">
 <p><code>com.sun.management.jmxremote.port=portNum</code></p>
diff --git a/plugin-reference.html b/plugin-reference.html
index bca5659164..f025401141 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1404,7 +1404,7 @@ Originally developed by Ceki Glc and Anders 
Kristensen.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>header</code></p></td>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>String?</code></p></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"></div></td>
 </tr>
diff --git a/release-notes.html b/release-notes.html
index 1b314aa735..abaf079584 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -285,6 +285,12 @@
 <p>This releases contains &#8230;&#8203;</p>
 </div>
 <div class="sect2">
+<h3 id="_jmx_changes"><a class="anchor" href="#_jmx_changes"></a>JMX 
changes</h3>
+<div class="paragraph">
+<p>Starting in version 2.24.0, JMX support is disabled by default and can be 
re-enabled via the <code>log4j2.disableJmx=false</code> system property.</p>
+</div>
+</div>
+<div class="sect2">
 <h3 id="release-notes-2-x-x-added"><a class="anchor" 
href="#release-notes-2-x-x-added"></a>Added</h3>
 <div class="ulist">
 <ul>
@@ -320,6 +326,9 @@
 <p>Remove <code>log4j-kubernetes</code> lookup. User should migrate to <a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md";><code>io.fabric8:kubernetes-log4j</code></a>.
 (<a href="https://github.com/apache/logging-log4j2/pull/2412";>2412</a>)</p>
 </li>
 <li>
+<p>Disable JMX support by default. Require <code>log4j2.disableJmx</code> to 
be set to <code>false</code> to enable JMX support. (<a 
href="https://github.com/apache/logging-log4j2/issues/2462";>2462</a>)</p>
+</li>
+<li>
 <p>Deprecate 
<code>org.apache.logging.log4j.core.appender.rolling.action.Duration</code> 
class for removal.</p>
 </li>
 </ul>
diff --git a/sitemap.xml b/sitemap.xml
index c0d9939a4e..e7a20a7deb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,274 +2,274 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/articles.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/guidelines.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-api.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jcl.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jmx-gui.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jpl.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-mongodb3.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-mongodb4.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api-separation.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/usage.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/runtime-dependencies.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/security.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/support.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/thanks.html</loc>
-<lastmod>2024-04-16T14:09:35.054Z</lastmod>
+<lastmod>2024-04-16T14:29:58.672Z</lastmod>
 </url>
 </urlset>

Reply via email to