This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main-site-stg-out by this push:
new 6d10003c2a Add website content generated from
`57a15ce3119d5042426708068ae99c5e62ae704a`
6d10003c2a is described below
commit 6d10003c2a5a57c7253f193fe63fa0e8fbfacfa7
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 1 18:11:18 2024 +0000
Add website content generated from
`57a15ce3119d5042426708068ae99c5e62ae704a`
---
components.html | 8 ++--
hibernate.html | 49 +++++++++++++++++--
manual/getting-started.html | 4 +-
manual/installation.html | 4 +-
manual/json-template-layout.html | 4 +-
plugin-reference.html | 7 ++-
release-notes.html | 7 ++-
sitemap.xml | 100 +++++++++++++++++++--------------------
8 files changed, 117 insertions(+), 66 deletions(-)
diff --git a/components.html b/components.html
index 41b9148d08..f600ec776d 100644
--- a/components.html
+++ b/components.html
@@ -1600,7 +1600,7 @@ to the <a href="manual/api.html" class="xref page">Log4j
API</a>.</p>
</div>
</div>
<div class="sect1">
-<h2 id="log4j-json-template-layout"><a class="anchor"
href="#log4j-json-template-layout"></a><code>log4j-json-template-layout</code></h2>
+<h2 id="log4j-layout-template-json"><a class="anchor"
href="#log4j-layout-template-json"></a><code>log4j-layout-template-json</code></h2>
<div class="sectionbody">
<table class="tableblock frame-all grid-all stretch">
<colgroup>
@@ -1616,7 +1616,7 @@ to the <a href="manual/api.html" class="xref page">Log4j
API</a>.</p>
</tbody>
</table>
<div class="paragraph">
-<p>The <code>log4j-json-template-layout</code> contains a highly extensible
and configurable
+<p>The <code>log4j-layout-template-json</code> contains a highly extensible
and configurable
<a href="manual/layouts.html" class="xref page">layout</a>
to format log events as JSON.</p>
</div>
@@ -1643,7 +1643,7 @@ to format log events as JSON.</p>
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-json-template-layout</artifactId>
+ <artifactId>log4j-layout-template-json</artifactId>
<scope>runtime</scope>
</dependency></code></pre>
</div>
@@ -1655,7 +1655,7 @@ to format log events as JSON.</p>
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">runtimeOnly
'org.apache.logging.log4j:log4j-json-template-layout'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">runtimeOnly
'org.apache.logging.log4j:log4j-layout-template-json'</code></pre>
</div>
</div>
</div>
diff --git a/hibernate.html b/hibernate.html
index 3d9ca2ac6b..24feb5ee5f 100644
--- a/hibernate.html
+++ b/hibernate.html
@@ -344,11 +344,54 @@ For instance, <code>log4j-slf4j2-impl</code>
<em>bridges</em> SLF4J calls to Log
<div class="paragraph">
<p>To make things a little bit more tangible, consider the following
visualization of a typical Log4j Core installation with bridges for an
application:</p>
</div>
-<div class="imageblock kroki">
+<div class="literalblock kroki-error">
+<div class="title">Visualization of a typical Log4j Core installation with
SLF4J, JUL, and JPL bridges.</div>
<div class="content">
-<img src="_images/diag-1fd758c2554d79996565796f77cf0f8dc6b3bca2.svg"
alt="Visualization of a typical Log4j Core installation with SLF4J, JUL, and
JPL bridges.">
+<pre>/-----------------------------------------------------------------------------------\
+|
|
+| +------------+ +----------+
+----------+ |
+| | | | | |
| |
+| | v | v |
v |
+| +-----+-----+ +---------+ +---------+ +----+----+ +-------+ +----+----+
+-------+ |
+| | | |{d}c1FF | | | | | |{d}c1FF| | |
|{d}c1FF| |
+| |Application| |Log4j API| |Library 1| |Library 2| | SLF4J | |Library 3| |
JUL | |
+| | | | | | | | | | | | | |
| |
+| +-----------+ +--+------+ +----+----+ +---------+ +---+---+ +---------+
+---+---+ |
+| : ^ | :
: |
+| | | | |
| |
+| Compile time | | | |
| |
+\------------------|---|---------|----------------------|---------------------|-----/
+ | | | | |
+ | | | /-----/ /-----------/
+ | | | | |
+ /----------/ \------+--|----------+-----|---------\ |
+ | | | | | | |
+/-------|---------------------|--|----------|-----|---------|-----|-----------------\
+| | | | | | | |
Runtime |
+| v : | : v : v
|
+| +----------+ +-----+------+ +----+---------+ +---+--------+
|
+| |cGRE | |cYEL | |cYEL | |cYEL |
|
+| |Log4j Core| |JPL to Log4j| |SLF4J to Log4j| |JUL to Log4j|
|
+| | | | | | | | |
|
+| +----------+ +------------+ +--------------+ +------------+
|
+| |log4j2.xml| ^ |
|
+| +----------+ | |
|
+| | |
|
+| | |
|
+| /-------------+--|--/
|
+| | | |
|
+|
+----------+-------------|--|---------------------------------------------------+
|
+| |JRE v :
| |
+| | +----+--+
| |
+| | |{d}c1FF|
| |
+| | | JPL |
| |
+| | | |
| |
+| | +-------+
| |
+| |
| |
+|
+-------------------------------------------------------------------------------+
|
+|
|
+\-----------------------------------------------------------------------------------/</pre>
</div>
-<div class="title">Figure 1. Visualization of a typical Log4j Core
installation with SLF4J, JUL, and JPL bridges.</div>
</div>
</div>
</details>
diff --git a/manual/getting-started.html b/manual/getting-started.html
index 0fff0837d7..c8295a6008 100644
--- a/manual/getting-started.html
+++ b/manual/getting-started.html
@@ -518,7 +518,7 @@ These are all part of the <code>log4j-api</code> module,
which you can install a
<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.24.0</version>
+ <version>2.24.1</version>
</dependency></code></pre>
</div>
</div>
@@ -526,7 +526,7 @@ These are all part of the <code>log4j-api</code> module,
which you can install a
<div id="_tabs_2_gradle--panel" class="tabpanel"
aria-labelledby="_tabs_2_gradle">
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">implementation
'org.apache.logging.log4j:log4j-api:2.24.0'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">implementation
'org.apache.logging.log4j:log4j-api:2.24.1'</code></pre>
</div>
</div>
</div>
diff --git a/manual/installation.html b/manual/installation.html
index 7de0e2d526..9045348f7a 100644
--- a/manual/installation.html
+++ b/manual/installation.html
@@ -573,7 +573,7 @@ You can import the BOM in your build tool of preference:</p>
<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.24.0</version>
+ <version>2.24.1</version>
</dependency></code></pre>
</div>
</div>
@@ -581,7 +581,7 @@ You can import the BOM in your build tool of preference:</p>
<div id="_tabs_3_gradle--panel" class="tabpanel"
aria-labelledby="_tabs_3_gradle">
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">implementation
'org.apache.logging.log4j:log4j-api:2.24.0'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">implementation
'org.apache.logging.log4j:log4j-api:2.24.1'</code></pre>
</div>
</div>
</div>
diff --git a/manual/json-template-layout.html b/manual/json-template-layout.html
index 7c97389b9f..5ccdd41799 100644
--- a/manual/json-template-layout.html
+++ b/manual/json-template-layout.html
@@ -369,7 +369,7 @@ While running tests or developing locally, you can use <a
href="pattern-layout.h
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-json-template-layout</artifactId>
+ <artifactId>log4j-layout-template-json</artifactId>
<scope>runtime</scope>
</dependency></code></pre>
</div>
@@ -381,7 +381,7 @@ While running tests or developing locally, you can use <a
href="pattern-layout.h
</div>
<div class="listingblock">
<div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">runtimeOnly
'org.apache.logging.log4j:log4j-json-template-layout'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs"
data-lang="groovy">runtimeOnly
'org.apache.logging.log4j:log4j-layout-template-json'</code></pre>
</div>
</div>
</div>
diff --git a/plugin-reference.html b/plugin-reference.html
index c3164ec755..ff8d1d4514 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -2667,7 +2667,12 @@ This attribute is ignored if <code>immediateFlush</code>
is set to <code>true</c
<tr>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>Property</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><a
href="#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-config-Property">Property</a>?</code></p></td>
-<td class="tableblock halign-left valign-top"><div class="content"></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
+<p>A generic list of key/value properties</p>
+</div>
+<div class="paragraph">
+<p>The meaning of these properties depends on the component.</p>
+</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
diff --git a/release-notes.html b/release-notes.html
index 700ba8b2a1..f7c1b50b8e 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -423,7 +423,7 @@
<p>Update <code>de.flapdoodle.reverse:de.flapdoodle.reverse</code> to version
<code>1.8.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2886">2886</a>)</p>
</li>
<li>
-<p>Update <code>io.fabric8:docker-maven-plugin</code> to version
<code>0.45.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2958">2958</a>)</p>
+<p>Update <code>io.fabric8:docker-maven-plugin</code> to version
<code>0.45.1</code> (<a
href="https://github.com/apache/logging-log4j2/pull/3036">3036</a>)</p>
</li>
<li>
<p>Update <code>io.netty:netty-bom</code> to version
<code>4.1.112.Final</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2763">2763</a>)</p>
@@ -453,6 +453,9 @@
<p>Update <code>org.apache.groovy:groovy-bom</code> to version
<code>4.0.23</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2947">2947</a>)</p>
</li>
<li>
+<p>Update <code>org.apache.logging.log4j:log4j-api</code> to version
<code>2.24.1</code> (<a
href="https://github.com/apache/logging-log4j2/pull/3035">3035</a>)</p>
+</li>
+<li>
<p>Update <code>org.apache.logging.log4j:log4j-docgen-maven-plugin</code> to
version <code>0.9.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2579">2579</a>)</p>
</li>
<li>
@@ -513,7 +516,7 @@
<p>Update <code>org.junit:junit-bom</code> to version <code>5.10.3</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2694">2694</a>)</p>
</li>
<li>
-<p>Update <code>org.mockito:mockito-bom</code> to version <code>5.13.0</code>
(<a href="https://github.com/apache/logging-log4j2/pull/2896">2896</a>)</p>
+<p>Update <code>org.mockito:mockito-bom</code> to version <code>5.14.1</code>
(<a href="https://github.com/apache/logging-log4j2/pull/3042">3042</a>)</p>
</li>
<li>
<p>Update <code>org.mongodb:bson</code> to version <code>5.1.4</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2919">2919</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 6c3e9ea487..b3f88d9886 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,202 +2,202 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/3.x/articles.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/components.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/development.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/download.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/faq.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/hibernate.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/index.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/javadoc.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-jul.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-to-jul.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/api.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/database.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/delegating.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/file.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/message-queue.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/network.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/architecture.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/async.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/cloud.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/config-intro.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/configuration.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/customconfig.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/dependencyinjection.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/extending.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/filters.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/garbagefree.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/getting-started.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/implementation.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/index.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/installation.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/json-template-layout.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/layouts.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/lookups.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/pattern-layout.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/performance.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/plugins.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/scripts.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/systemproperties.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/usage.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-log4j2.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-logback.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/plugin-reference.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/release-notes.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/thanks.html</loc>
-<lastmod>2024-09-30T09:30:27.319Z</lastmod>
+<lastmod>2024-10-01T18:10:52.140Z</lastmod>
</url>
</urlset>