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

github-actions[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 bfcd2e740a Add website content generated from 
`82432570e8bb9a67c32de51dc63ebcfcec939818`
bfcd2e740a is described below

commit bfcd2e740abc6fc834a49f8ab7da78248323783e
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat May 2 19:27:56 2026 +0000

    Add website content generated from 
`82432570e8bb9a67c32de51dc63ebcfcec939818`
---
 manual/appenders/delegating.html |  48 ++++++++++------
 manual/layouts.html              |   7 +++
 plugin-reference.html            |  12 ++--
 sitemap.xml                      | 120 +++++++++++++++++++--------------------
 4 files changed, 103 insertions(+), 84 deletions(-)

diff --git a/manual/appenders/delegating.html b/manual/appenders/delegating.html
index e4fc46d261..74fa40ccbe 100644
--- a/manual/appenders/delegating.html
+++ b/manual/appenders/delegating.html
@@ -1222,10 +1222,8 @@ Rewrite policies allow to apply arbitrary modifications 
to log events.</p>
 <div class="paragraph">
 <p>Log4j Core provides three rewrite policies out-of-the-box:</p>
 </div>
-<div id="MapRewritePolicy" class="dlist">
-<dl>
-<dt class="hdlist1"><code>MapRewritePolicy</code></dt>
-<dd>
+<div class="sect3">
+<h4 id="MapRewritePolicy"><a class="anchor" 
href="#MapRewritePolicy"></a><code>MapRewritePolicy</code></h4>
 <div class="paragraph">
 <p>The <code>MapRewritePolicy</code> only modifies events that contain a
 <a href="../messages.html#MapMessage" class="xref 
page"><code>MapMessage</code></a>.
@@ -1294,13 +1292,9 @@ It allows adding or updating the keys of the 
<code>MapMessage</code>.</p>
 <div class="paragraph">
 <p><a 
href="../../plugin-reference.html#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-appender-rewrite-MapRewritePolicy"
 class="xref page">&#x1F4D6; Plugin reference for 
<code>MapRewritePolicy</code></a></p>
 </div>
-</dd>
-</dl>
 </div>
-<div id="PropertiesRewritePolicy" class="dlist">
-<dl>
-<dt class="hdlist1"><code>PropertiesRewritePolicy</code></dt>
-<dd>
+<div class="sect3">
+<h4 id="PropertiesRewritePolicy"><a class="anchor" 
href="#PropertiesRewritePolicy"></a><code>PropertiesRewritePolicy</code></h4>
 <div class="paragraph">
 <p>The <code>PropertiesRewritePolicy</code> will add properties to the context 
data of the log event.</p>
 </div>
@@ -1348,13 +1342,9 @@ in the
 <div class="paragraph">
 <p><a 
href="../../plugin-reference.html#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-appender-rewrite-PropertiesRewritePolicy"
 class="xref page">&#x1F4D6; Plugin reference for 
<code>PropertiesRewritePolicy</code></a></p>
 </div>
-</dd>
-</dl>
 </div>
-<div id="LoggerNameLevelRewritePolicy" class="dlist">
-<dl>
-<dt class="hdlist1">LoggerNameLevelRewritePolicy</dt>
-<dd>
+<div class="sect3">
+<h4 id="LoggerNameLevelRewritePolicy"><a class="anchor" 
href="#LoggerNameLevelRewritePolicy"></a>LoggerNameLevelRewritePolicy</h4>
 <div class="paragraph">
 <p>You can use this policy to change the log level of loggers from third-party 
libraries.
 The <code>LoggerNameLevelRewritePolicy</code> will rewrite the level of log 
event for a given logger name prefix.</p>
@@ -1425,8 +1415,30 @@ See <a href="../filters.html" class="xref 
page">Filters</a> for more details on
 <div class="paragraph">
 <p><a 
href="../../plugin-reference.html#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-appender-rewrite-LoggerNameLevelRewritePolicy"
 class="xref page">&#x1F4D6; Plugin reference for 
<code>LoggerNameLevelRewritePolicy</code></a></p>
 </div>
-</dd>
-</dl>
+</div>
+</div>
+<div class="sect2">
+<h3 id="ThirdPartyRewritePolicies"><a class="anchor" 
href="#ThirdPartyRewritePolicies"></a>Third Party Rewrite Policies</h3>
+<div class="admonitionblock warning">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-warning" title="Warning"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>These <code>Rewrite Policies</code> are provided by 
<strong>third-party</strong> vendors and are not maintained by the <a 
href="https://logging.apache.org/";>Apache Logging Services</a> project.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
+<div class="sect3">
+<h4 id="MessageRewritePolicy"><a class="anchor" 
href="#MessageRewritePolicy"></a><code>MessageRewritePolicy</code></h4>
+<div class="paragraph">
+<p>The <code>MessageRewritePolicy</code> provided by <a 
href="https://github.com/Neel1210/log4j-utils";>log4j-utils</a> allows you to 
manipulate the text of a log message before it is processed by a downstream 
appender.
+This is particularly useful for defining multiple regex-based replacement 
rules to mask sensitive information (PII) within the log message as a 
defensive-in-depth strategy.</p>
+</div>
 </div>
 </div>
 <div class="sect2">
diff --git a/manual/layouts.html b/manual/layouts.html
index 67446127ed..04dfe91442 100644
--- a/manual/layouts.html
+++ b/manual/layouts.html
@@ -475,6 +475,13 @@ This is always the case if the location information is 
captured at build time us
 </table>
 </div>
 </div>
+<div class="sect2">
+<h3 id="log-event-content"><a class="anchor" href="#log-event-content"></a>Log 
event content</h3>
+<div class="paragraph">
+<p>While layouts are responsible for formatting a log event into a string or 
byte array, they do not typically modify the content of the event itself.
+You can use <a href="appenders/delegating.html#RewriteAppender" class="xref 
page">Rewrite Appender</a> to modify the log event content to suit your needs; 
to inject additional metadata, to mask sensitive information (such as PII) as a 
defensive-in-depth strategy, etc.</p>
+</div>
+</div>
 </div>
 </div>
 <div class="sect1">
diff --git a/plugin-reference.html b/plugin-reference.html
index a6de0fc6c0..bdb9b55f45 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -16314,10 +16314,10 @@ Supports Lookup expressions.</p>
 <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 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
@@ -17768,10 +17768,10 @@ Supports Lookup expressions.</p>
 <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 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
@@ -17967,10 +17967,10 @@ Supports Lookup expressions.</p>
 <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 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
diff --git a/sitemap.xml b/sitemap.xml
index 5af940313d..b9f0a74c2e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,242 +2,242 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/components.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/graalvm.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/versioning.html</loc>
-<lastmod>2026-05-02T19:27:14.151Z</lastmod>
+<lastmod>2026-05-02T19:27:25.781Z</lastmod>
 </url>
 </urlset>

Reply via email to