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 207b929620 Add website content generated from 
`e087b32c553d9d9648b01da0323573db3ebfb9f5`
207b929620 is described below

commit 207b92962019618cfbc5ee6ec33b48ea129ec478
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu May 30 11:14:54 2024 +0000

    Add website content generated from 
`e087b32c553d9d9648b01da0323573db3ebfb9f5`
---
 log4j-1.2-api.html          |   2 +-
 manual/api.html             |   2 +-
 manual/async.html           |   2 +-
 manual/configuration.html   |   6 +--
 manual/getting-started.html |  12 ++---
 manual/installation.html    |   6 +--
 manual/layouts.html         |  10 ++--
 plugin-reference.html       |  14 +++---
 sitemap.xml                 | 116 ++++++++++++++++++++++----------------------
 9 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/log4j-1.2-api.html b/log4j-1.2-api.html
index a324ebc1b7..b658fe8300 100644
--- a/log4j-1.2-api.html
+++ b/log4j-1.2-api.html
@@ -392,7 +392,7 @@ The config package which attempts to convert Log4j 1.x 
configurations to Log4j 2
 <details id="log4j-1.2-api-deps">
 <summary class="title">Runtime dependencies</summary>
 <div class="content">
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/api.html b/manual/api.html
index ae80e073f9..16caf14297 100644
--- a/manual/api.html
+++ b/manual/api.html
@@ -400,7 +400,7 @@ Check out <a 
href="https://logging.apache.org/log4j/kotlin";>Log4j Kotlin</a> and
 <p>To log, you need a <a 
href="../javadoc/log4j-api/org/apache/logging/log4j/Logger.html"><code>Logger</code></a>
 instance which you will retrieve from the <a 
href="../javadoc/log4j-api/org/apache/logging/log4j/LogManager.html"><code>LogManager</code></a>.
 These are all part of the <code>log4j-api</code> module, which you can install 
as follows:</p>
 </div>
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/async.html b/manual/async.html
index 539b9e39a9..fc1ffbf079 100644
--- a/manual/async.html
+++ b/manual/async.html
@@ -453,7 +453,7 @@ implementations should be designed with asynchronous use in 
mind, and either tak
 <div class="paragraph">
 <p>In order to use async loggers, you need to add LMAX Disruptor to you 
application&#8217;s dependencies, by adding the following dependency to your 
build tool:</p>
 </div>
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/configuration.html b/manual/configuration.html
index 8be597f797..3678918220 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -358,7 +358,7 @@ The <code>log4j-core</code> artifact includes XML, JSON, 
YAML, and Java properti
 <div class="paragraph">
 <p>As detailed in the table below, some configuration formats require 
additional dependencies on the classpath.</p>
 </div>
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -371,7 +371,7 @@ The <code>log4j-core</code> artifact includes XML, JSON, 
YAML, and Java properti
 </ul>
 </div>
 <div id="_tabs_1_maven--panel" class="tabpanel" 
aria-labelledby="_tabs_1_maven">
-<div id="_tabs_2" class="openblock tabs is-loading">
+<div id="_tabs_2" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -427,7 +427,7 @@ The <code>log4j-core</code> artifact includes XML, JSON, 
YAML, and Java properti
 </div>
 </div>
 <div id="_tabs_1_gradle--panel" class="tabpanel" 
aria-labelledby="_tabs_1_gradle">
-<div id="_tabs_3" class="openblock tabs is-loading">
+<div id="_tabs_3" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/getting-started.html b/manual/getting-started.html
index c8a6755688..74602cc67b 100644
--- a/manual/getting-started.html
+++ b/manual/getting-started.html
@@ -462,7 +462,7 @@ For instance, <code>log4j-slf4j2-impl</code> 
<em>bridges</em> SLF4J calls to Log
 <p>We will need a BOM (Bill of Materials) to manage the versions of the 
dependencies.
 This way we won&#8217;t need to provide the version for each Log4j module 
explicitly.</p>
 </div>
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -515,7 +515,7 @@ This way we won&#8217;t need to provide the version for 
each Log4j module explic
 <p>To log, you need a <a 
href="../javadoc/log4j-api/org/apache/logging/log4j/Logger.html"><code>Logger</code></a>
 instance which you will retrieve from the <a 
href="../javadoc/log4j-api/org/apache/logging/log4j/LogManager.html"><code>LogManager</code></a>.
 These are all part of the <code>log4j-api</code> module, which you can install 
as follows:</p>
 </div>
-<div id="_tabs_2" class="openblock tabs is-loading">
+<div id="_tabs_2" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -771,7 +771,7 @@ Please refer to the <a href="#install-lib">How do I install 
Log4j Core for my <s
 Second, it is highly recommended to add the 
<code>log4j-layout-template-json</code> <strong>runtime</strong> dependency to 
encode log events in JSON.
 This is the most secure way to format log events and should be preferred over 
the default <code>PatternLayout</code>, at least for production deployments.</p>
 </div>
-<div id="_tabs_3" class="openblock tabs is-loading">
+<div id="_tabs_3" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -845,7 +845,7 @@ This way the foreign logging API calls will effectively be 
consumed by Log4j too
 (<a href="installation.html" class="xref page">Installation</a> covers all 
supported foreign APIs.)
 Let&#8217;s see how you can use the <code>log4j-slf4j2-impl</code> bridge to 
support SLF4J:</p>
 </div>
-<div id="_tabs_4" class="openblock tabs is-loading">
+<div id="_tabs_4" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1018,7 +1018,7 @@ That said, libraries need a logging implementation while 
running their tests.</p
 <p>Let&#8217;s see how you can install Log4j Core for your tests.
 Start with adding the <code>log4j-core</code> dependency in 
<strong>test</strong> scope to your library:</p>
 </div>
-<div id="_tabs_5" class="openblock tabs is-loading">
+<div id="_tabs_5" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1083,7 +1083,7 @@ This way the foreign logging API calls will effectively 
be consumed by Log4j too
 (<a href="installation.html" class="xref page">Installation</a> covers all 
supported foreign APIs.)
 Let&#8217;s see how you can use the <code>log4j-slf4j2-impl</code> bridge to 
support SLF4J:</p>
 </div>
-<div id="_tabs_6" class="openblock tabs is-loading">
+<div id="_tabs_6" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/installation.html b/manual/installation.html
index f4da7b318b..802f97be18 100644
--- a/manual/installation.html
+++ b/manual/installation.html
@@ -1132,7 +1132,7 @@ using a structured format such as <a 
href="json-template-layout.html" class="xre
 <div class="paragraph">
 <p>To use these formats, the following additional dependencies are 
required:</p>
 </div>
-<div id="_tabs_11" class="openblock tabs is-loading">
+<div id="_tabs_11" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1145,7 +1145,7 @@ using a structured format such as <a 
href="json-template-layout.html" class="xre
 </ul>
 </div>
 <div id="_tabs_11_maven--panel" class="tabpanel" 
aria-labelledby="_tabs_11_maven">
-<div id="_tabs_12" class="openblock tabs is-loading">
+<div id="_tabs_12" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1201,7 +1201,7 @@ using a structured format such as <a 
href="json-template-layout.html" class="xre
 </div>
 </div>
 <div id="_tabs_11_gradle--panel" class="tabpanel" 
aria-labelledby="_tabs_11_gradle">
-<div id="_tabs_13" class="openblock tabs is-loading">
+<div id="_tabs_13" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/manual/layouts.html b/manual/layouts.html
index f0bb8d6622..c848771437 100644
--- a/manual/layouts.html
+++ b/manual/layouts.html
@@ -590,7 +590,7 @@ specified value. One of: <code>ALL</code>, 
<code>MINIMAL</code>, <code>NON_NUMER
 <details id="log4j-csv-deps">
 <summary class="title">Additional runtime dependencies are required for using 
CSV layouts</summary>
 <div class="content">
-<div id="_tabs_1" class="openblock tabs is-loading">
+<div id="_tabs_1" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1078,7 +1078,7 @@ The values support <a href="lookups.html" class="xref 
page">lookups</a>.</p>
 <details id="log4j-layout-json-deps">
 <summary class="title">Additional runtime dependencies are required for using 
<code>JsonLayout</code></summary>
 <div class="content">
-<div id="_tabs_2" class="openblock tabs is-loading">
+<div id="_tabs_2" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -1224,7 +1224,7 @@ Logstash <code>JSONEventLayoutV1</code></a></p>
 <details id="log4j-layout-template-json-deps">
 <summary class="title">Additional runtime dependencies are required for using 
JSON Template Layout</summary>
 <div class="content">
-<div id="_tabs_3" class="openblock tabs is-loading">
+<div id="_tabs_3" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -3769,7 +3769,7 @@ The values support <a href="lookups.html" class="xref 
page">lookups</a>.</p>
 <details id="log4j-layout-xml-deps">
 <summary class="title">Additional runtime dependencies are required for using 
<code>XmlLayout</code></summary>
 <div class="content">
-<div id="_tabs_4" class="openblock tabs is-loading">
+<div id="_tabs_4" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
@@ -3924,7 +3924,7 @@ The values support <a href="lookups.html" class="xref 
page">lookups</a>.</p>
 <details id="log4j-layout-yaml-deps">
 <summary class="title">Additional runtime dependencies are required for using 
<code>YamlLayout</code></summary>
 <div class="content">
-<div id="_tabs_5" class="openblock tabs is-loading">
+<div id="_tabs_5" class="openblock tabs is-sync is-loading">
 <div class="content">
 <div class="ulist tablist">
 <ul>
diff --git a/plugin-reference.html b/plugin-reference.html
index 452ae602f5..f8348953ef 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1437,7 +1437,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>
@@ -16120,10 +16120,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 JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <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></td>
 </tr>
 <tr>
@@ -17419,10 +17419,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 JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <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></td>
 </tr>
 <tr>
@@ -17618,10 +17618,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 JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <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></td>
 </tr>
 <tr>
diff --git a/sitemap.xml b/sitemap.xml
index a96a7ff5fa..dbb51d9fe4 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,234 +2,234 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-05-30T11:02:03.700Z</lastmod>
+<lastmod>2024-05-30T11:14:32.549Z</lastmod>
 </url>
 </urlset>

Reply via email to