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 b75f2373f9 Add website content generated from
`e0993aeaf2d08d6757e244178c1e152590832e1e`
b75f2373f9 is described below
commit b75f2373f95e2e8d93027ebcfd96e69438643886
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jul 25 10:26:12 2024 +0000
Add website content generated from
`e0993aeaf2d08d6757e244178c1e152590832e1e`
---
manual/appenders.html | 10 ++++-
manual/configuration.html | 3 +-
migrate-from-logback.html | 49 ++++++++++++++++++++++--
plugin-reference.html | 7 +++-
release-notes.html | 4 +-
sitemap.xml | 94 +++++++++++++++++++++++------------------------
6 files changed, 111 insertions(+), 56 deletions(-)
diff --git a/manual/appenders.html b/manual/appenders.html
index 8392a41670..6c45b3139d 100644
--- a/manual/appenders.html
+++ b/manual/appenders.html
@@ -403,13 +403,13 @@ so can contain escaped <code>$${...}</code>
expressions.</p>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#KafkaAppender"><code>KafkaAppender</code></a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#KafkaAppender-attr-key"><code>key</code></a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Log
event</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#event-context" class="xref page"><em>log
event</em></a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#global-context" class="xref
page"><em>global</em></a></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#NoSQLAppender"><code>NoSQLAppender</code></a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#NoSqlAppender-element-keyValuePairs"><code>KeyValuePair/value</code></a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Log
event</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#event-context" class="xref page"><em>log
event</em></a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#global-context" class="xref
page"><em>global</em></a></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#PropertiesRewritePolicy"><code>PropertiesRewritePolicy</code></a></p></td>
@@ -418,6 +418,12 @@ so can contain escaped <code>$${...}</code>
expressions.</p>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#global-context" class="xref
page"><em>global</em></a></p></td>
</tr>
<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#Routes"><code>Routes</code></a></p></td>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>pattern</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Log
event</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="lookups.html#event-context" class="xref page"><em>log
event</em></a></p></td>
+</tr>
+<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#RollingFileAppender"><code>RollingFileAppender</code></a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
href="#RollingFileAppender-attr-filePattern"><code>filePattern</code></a></p></td>
<td class="tableblock halign-left valign-top"><p
class="tableblock">Rollover</p></td>
diff --git a/manual/configuration.html b/manual/configuration.html
index dbccf9de76..5f410d80e7 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -2384,7 +2384,8 @@ but there are exceptions to this rule: some attributes
are <strong>also</strong>
</li>
<li>
<p>The
-<a href="pattern-layout.html#plugin-attr-pattern" class="xref
page"><code>pattern</code></a> attribute of the <a href="pattern-layout.html"
class="xref page">Pattern Layout</a>.</p>
+<a href="pattern-layout.html#plugin-attr-pattern" class="xref
page"><code>pattern</code></a> attribute of the <a href="pattern-layout.html"
class="xref page">Pattern Layout</a>.
+This attribute evaluates lookups in the <a href="lookups.html#event-context"
class="xref page">context of the current log event</a>.</p>
</li>
<li>
<p>Event template attributes of <a href="json-template-layout.html"
class="xref page">JSON Template Layout</a>.
diff --git a/migrate-from-logback.html b/migrate-from-logback.html
index ce2d8b225e..fdcaac5edd 100644
--- a/migrate-from-logback.html
+++ b/migrate-from-logback.html
@@ -334,11 +334,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/plugin-reference.html b/plugin-reference.html
index 96222f8575..480a38fd55 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -2570,7 +2570,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 b30080a8fb..440e14c61b 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -341,7 +341,7 @@
<p>Update <code>com.fasterxml.jackson:jackson-bom</code> to version
<code>2.17.2</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2718">2718</a>)</p>
</li>
<li>
-<p>Update <code>com.github.luben:zstd-jni</code> to version
<code>1.5.6-3</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2504">2504</a>)</p>
+<p>Update <code>com.github.luben:zstd-jni</code> to version
<code>1.5.6-4</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2762">2762</a>)</p>
</li>
<li>
<p>Update <code>com.github.tomakehurst:wiremock-jre8</code> to version
<code>2.35.2</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2305">2305</a>)</p>
@@ -368,7 +368,7 @@
<p>Update <code>de.flapdoodle.embed:de.flapdoodle.embed.mongo</code> to
version <code>4.13.1</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2757">2757</a>)</p>
</li>
<li>
-<p>Update <code>io.netty:netty-bom</code> to version
<code>4.1.111.Final</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2652">2652</a>)</p>
+<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>
</li>
<li>
<p>Update <code>net.bytebuddy:byte-buddy</code> to version
<code>1.14.18</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2723">2723</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 1d765e0df4..30d85af716 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,190 +2,190 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/3.x/articles.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/development.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/download.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/faq.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/hibernate.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/index.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/javadoc.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-docker.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-flume-ng.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-jpl.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-jul.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-to-jul.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/api.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/architecture.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/async.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/cloud.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/config-intro.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/configuration.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/customconfig.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/dependencyinjection.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/extending.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/filters.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/garbagefree.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/getting-started.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/index.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/installation.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/jmx.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/json-template-layout.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/layouts.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/lookups.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/migration.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/pattern-layout.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/performance.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/plugins.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/scripts.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/systemproperties.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/usage.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-logback.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/plugin-reference.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/release-notes.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/thanks.html</loc>
-<lastmod>2024-07-22T13:25:11.372Z</lastmod>
+<lastmod>2024-07-25T10:25:46.493Z</lastmod>
</url>
</urlset>