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 86c5757455 Add website content generated from 
`855b6587632bfa949ec4e6ede5a2976a7384decd`
86c5757455 is described below

commit 86c5757455b078f862d65bc52b88c20d30a5d801
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 1 11:39:08 2024 +0000

    Add website content generated from 
`855b6587632bfa949ec4e6ede5a2976a7384decd`
---
 components.html                  |   8 +--
 manual/json-template-layout.html |   4 +-
 plugin-reference.html            |  14 ++---
 sitemap.xml                      | 116 +++++++++++++++++++--------------------
 4 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/components.html b/components.html
index b21e1f036e..d5e5dc4cab 100644
--- a/components.html
+++ b/components.html
@@ -1599,7 +1599,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>
@@ -1615,7 +1615,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>
@@ -1642,7 +1642,7 @@ to format log events as JSON.</p>
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.logging.log4j&lt;/groupId&gt;
-  &lt;artifactId&gt;log4j-json-template-layout&lt;/artifactId&gt;
+  &lt;artifactId&gt;log4j-layout-template-json&lt;/artifactId&gt;
   &lt;scope&gt;runtime&lt;/scope&gt;
 &lt;/dependency&gt;</code></pre>
 </div>
@@ -1654,7 +1654,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/manual/json-template-layout.html b/manual/json-template-layout.html
index ad7fbe1d5a..4b14fef19c 100644
--- a/manual/json-template-layout.html
+++ b/manual/json-template-layout.html
@@ -420,7 +420,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">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.logging.log4j&lt;/groupId&gt;
-  &lt;artifactId&gt;log4j-json-template-layout&lt;/artifactId&gt;
+  &lt;artifactId&gt;log4j-layout-template-json&lt;/artifactId&gt;
   &lt;scope&gt;runtime&lt;/scope&gt;
 &lt;/dependency&gt;</code></pre>
 </div>
@@ -432,7 +432,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 7498822d7f..2881b5d074 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1474,7 +1474,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>boolean?</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"></td>
 <td class="tableblock halign-left valign-top"><div class="content"></div></td>
 </tr>
@@ -16131,10 +16131,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>
@@ -17428,10 +17428,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>
@@ -17627,10 +17627,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 3c6fc85472..9dda5cc636 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/components.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2024-10-01T11:31:14.533Z</lastmod>
+<lastmod>2024-10-01T11:38:38.405Z</lastmod>
 </url>
 </urlset>

Reply via email to