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 e98932cb3a Add website content generated from 
`70f058daaa64379cb62e4bf473ed1fd3b66c31db`
e98932cb3a is described below

commit e98932cb3a941d09a247beb9f70b044130afa9b1
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat Nov 2 21:09:33 2024 +0000

    Add website content generated from 
`70f058daaa64379cb62e4bf473ed1fd3b66c31db`
---
 manual/pattern-layout.html |   2 +-
 plugin-reference.html      |  12 ++---
 release-notes.html         |  23 +++++++--
 sitemap.xml                | 118 ++++++++++++++++++++++-----------------------
 4 files changed, 85 insertions(+), 70 deletions(-)

diff --git a/manual/pattern-layout.html b/manual/pattern-layout.html
index 3a51f8539a..eaaacacda9 100644
--- a/manual/pattern-layout.html
+++ b/manual/pattern-layout.html
@@ -1416,7 +1416,7 @@ It features two modes:</p>
 </dd>
 <dt class="hdlist1"><code>short</code></dt>
 <dd>
-<p>Outputs the first line of the stack trace (analogous to 
<code>%ex{1}</code>)</p>
+<p>Outputs the first two lines of the stack trace (analogous to 
<code>%ex{2}</code>)</p>
 </dd>
 <dt class="hdlist1"><code>depth</code></dt>
 <dd>
diff --git a/plugin-reference.html b/plugin-reference.html
index b90493cff2..22dda9381f 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -16136,10 +16136,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>
@@ -17433,10 +17433,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>
@@ -17632,10 +17632,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/release-notes.html b/release-notes.html
index 6b5b5f4dc7..770b0d7bf7 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -371,8 +371,20 @@ See our <a href="graalvm.html" class="xref page">GraalVM 
guide</a> for details.<
 <div class="paragraph">
 <p>Exception handling in <a href="manual/pattern-layout.html" class="xref 
page">Pattern Layout</a> went through a major rewrite.
 This effectively helped with fixing some bugs by matching the feature parity 
of all exception converters.
-Additionally, rendered stack traces are ensured to be prefixed with a newline, 
which used to be a whitespace in earlier versions.
-The support for the <code>{ansi}</code> option in exception converters is 
removed too.</p>
+Some important highlights from this rewrite:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Rendered stack traces are ensured to be prefixed with a newline, which used 
to be a whitespace in earlier versions.</p>
+</li>
+<li>
+<p>Switched the default exception converter from <a 
href="manual/pattern-layout.html#converter-exception-extended" class="xref 
page">the extended exception converter</a> to <a 
href="manual/pattern-layout.html#converter-exception" class="xref page">the 
plain exception converter</a>, which is more performant.</p>
+</li>
+<li>
+<p>The support for the <code>{ansi}</code> option in exception converters is 
removed.</p>
+</li>
+</ul>
 </div>
 </div>
 <div class="sect2">
@@ -412,7 +424,7 @@ See <a href="manual/pattern-layout.html#jansi" class="xref 
page">ANSI styling on
 <p>Remove JAnsi library support. Windows 10 console has supported ANSI escapes 
since 2017. (<a 
href="https://github.com/apache/logging-log4j2/issues/1736";>1736</a>)</p>
 </li>
 <li>
-<p>Consolidate exception rendering logic and improve circular reference 
support in Pattern Layout (<a 
href="https://github.com/apache/logging-log4j2/pull/2691";>2691</a>)</p>
+<p>Consolidate exception rendering logic and improve circular reference 
support in Pattern Layout (<a 
href="https://github.com/apache/logging-log4j2/pull/2691";>2691</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/3123";>3123</a>)</p>
 </li>
 <li>
 <p>Rewrite <code>JAnsiTextRenderer</code> to work without JAnsi library. (<a 
href="https://github.com/apache/logging-log4j2/pull/2916";>2916</a>)</p>
@@ -427,6 +439,9 @@ See <a href="manual/pattern-layout.html#jansi" class="xref 
page">ANSI styling on
 <p>Switch to using Java&#8217;s <code>DateTimeFormatter</code> for date &amp; 
time formatting of log event instants (<a 
href="https://github.com/apache/logging-log4j2/pull/3121";>3121</a>, <a 
href="https://github.com/apache/logging-log4j2/issues/2943";>2943</a>)</p>
 </li>
 <li>
+<p>Switch the default exception converter from <a 
href="manual/pattern-layout.html#converter-exception-extended" class="xref 
page">the extended exception converter</a> to <a 
href="manual/pattern-layout.html#converter-exception" class="xref page">the 
plain exception converter</a> (<a 
href="https://github.com/apache/logging-log4j2/pull/3123";>3123</a>)</p>
+</li>
+<li>
 <p>Switch prefixing stack traces in Status Logger from whitespace to newline 
(<a href="https://github.com/apache/logging-log4j2/pull/3149";>3149</a>)</p>
 </li>
 <li>
@@ -440,7 +455,7 @@ See <a href="manual/pattern-layout.html#jansi" class="xref 
page">ANSI styling on
 <div class="ulist">
 <ul>
 <li>
-<p>Deprecate <code>ThrowableProxy</code> and all its usages (<a 
href="https://github.com/apache/logging-log4j2/pull/2691";>2691</a>)</p>
+<p>Deprecate <code>ThrowableProxy</code> and all its usages (<a 
href="https://github.com/apache/logging-log4j2/pull/2691";>2691</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/3123";>3123</a>)</p>
 </li>
 <li>
 <p>Deprecate <code>AbstractLogger.checkMessageFactory()</code>, since all 
created <code>Logger</code>s are already <code>MessageFactory</code>-namespaced 
(<a href="https://github.com/apache/logging-log4j2/pull/2936";>2936</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index bea9c6598b..b385761cf6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,238 +2,238 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/components.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/graalvm.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2024-11-02T13:55:30.954Z</lastmod>
+<lastmod>2024-11-02T21:08:21.926Z</lastmod>
 </url>
 </urlset>

Reply via email to