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 009fd28c9b Add website content generated from
`26cc5444185838175740fd8ef6817b7a5ca541e4`
009fd28c9b is described below
commit 009fd28c9b326e3b900a70b72ea61b170d1b2e0c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jun 20 07:44:08 2024 +0000
Add website content generated from
`26cc5444185838175740fd8ef6817b7a5ca541e4`
---
404.html | 3 +
development.html | 3 +
download.html | 3 +
faq.html | 3 +
hibernate.html | 3 +
index.html | 3 +
javadoc.html | 3 +
log4j-appserver.html | 3 +
log4j-cassandra.html | 3 +
log4j-couchdb.html | 3 +
log4j-docker.html | 3 +
log4j-flume-ng.html | 3 +
log4j-iostreams.html | 3 +
log4j-jakarta-web.html | 3 +
log4j-spring-boot.html | 3 +
log4j-spring-cloud-config-client.html | 3 +
log4j-spring-cloud-config.html | 3 +
log4j-taglib.html | 3 +
log4j-web.html | 3 +
manual/api.html | 7 +-
manual/appenders.html | 7 +-
manual/architecture.html | 3 +
manual/async.html | 11 ++--
manual/cloud.html | 3 +
manual/compatibility.html | 3 +
manual/config-intro.html | 3 +
manual/configuration.html | 19 +++---
manual/customconfig.html | 3 +
manual/customloglevels.html | 3 +
manual/eventlogging.html | 3 +
manual/extending.html | 3 +
manual/filters.html | 7 +-
manual/flowtracing.html | 3 +
manual/garbagefree.html | 3 +
manual/getting-started.html | 3 +
manual/index.html | 3 +
manual/installation.html | 3 +
manual/jmx.html | 3 +
manual/json-template-layout.html | 3 +
manual/layouts.html | 3 +
manual/logbuilder.html | 3 +
manual/logsep.html | 3 +
manual/lookups.html | 3 +
manual/markers.html | 3 +
manual/messages.html | 3 +
manual/migration.html | 3 +
manual/pattern-layout.html | 3 +
manual/performance.html | 7 +-
manual/plugins.html | 3 +
manual/resource-logger.html | 3 +
manual/scoped-context.html | 3 +
manual/scripts.html | 3 +
manual/simple-logger.html | 3 +
manual/status-logger.html | 3 +
manual/systemproperties.html | 3 +
manual/thread-context.html | 3 +
manual/webapp.html | 3 +
migrate-from-logback.html | 3 +
migrate-from-slf4j.html | 3 +
plugin-reference.html | 17 +++--
release-notes.html | 3 +
sitemap.xml | 120 +++++++++++++++++-----------------
62 files changed, 270 insertions(+), 87 deletions(-)
diff --git a/404.html b/404.html
index 277dd7563f..81e6d49825 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/log4j/2.x/_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/development.html b/development.html
index 5ad63df905..61c4f17d05 100644
--- a/development.html
+++ b/development.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/download.html b/download.html
index 1f906d3f3a..a653a70833 100644
--- a/download.html
+++ b/download.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/faq.html b/faq.html
index b406a35864..43464f4fc5 100644
--- a/faq.html
+++ b/faq.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/hibernate.html b/hibernate.html
index e4f165586d..9bf4a7f6f7 100644
--- a/hibernate.html
+++ b/hibernate.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/index.html b/index.html
index 56b3d3432f..0e1cbba47b 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/javadoc.html b/javadoc.html
index 35d56e258f..13b986cced 100644
--- a/javadoc.html
+++ b/javadoc.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-appserver.html b/log4j-appserver.html
index db2c50c66b..d557d18ef2 100644
--- a/log4j-appserver.html
+++ b/log4j-appserver.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-cassandra.html b/log4j-cassandra.html
index d12bb21725..e92bac3a23 100644
--- a/log4j-cassandra.html
+++ b/log4j-cassandra.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-couchdb.html b/log4j-couchdb.html
index cd19bf7469..24e1e16d5d 100644
--- a/log4j-couchdb.html
+++ b/log4j-couchdb.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-docker.html b/log4j-docker.html
index 8ab127d311..87fb99a518 100644
--- a/log4j-docker.html
+++ b/log4j-docker.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-flume-ng.html b/log4j-flume-ng.html
index a4501dd829..3b5be73afa 100644
--- a/log4j-flume-ng.html
+++ b/log4j-flume-ng.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-iostreams.html b/log4j-iostreams.html
index 9563f6cd18..a6a2d68eb9 100644
--- a/log4j-iostreams.html
+++ b/log4j-iostreams.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-jakarta-web.html b/log4j-jakarta-web.html
index c130a4246a..93b1042fe7 100644
--- a/log4j-jakarta-web.html
+++ b/log4j-jakarta-web.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-spring-boot.html b/log4j-spring-boot.html
index b657e6dac0..c8b4530589 100644
--- a/log4j-spring-boot.html
+++ b/log4j-spring-boot.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-spring-cloud-config-client.html
b/log4j-spring-cloud-config-client.html
index 696a4dac0b..b4b6eb03f8 100644
--- a/log4j-spring-cloud-config-client.html
+++ b/log4j-spring-cloud-config-client.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-spring-cloud-config.html b/log4j-spring-cloud-config.html
index 1da159f1b9..b2fb4de143 100644
--- a/log4j-spring-cloud-config.html
+++ b/log4j-spring-cloud-config.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-taglib.html b/log4j-taglib.html
index aa316754a0..20c9979dac 100644
--- a/log4j-taglib.html
+++ b/log4j-taglib.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/log4j-web.html b/log4j-web.html
index e3ef305089..82160373ab 100644
--- a/log4j-web.html
+++ b/log4j-web.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/api.html b/manual/api.html
index c494d82b4e..1fbd796238 100644
--- a/manual/api.html
+++ b/manual/api.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -1242,11 +1245,11 @@ ThreadContext.clear(); <i class="conum"
data-value="5"></i><b>(5)</b></code></pr
</tr>
</table>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/appenders.html b/manual/appenders.html
index ba4eeabcb6..5c83fff579 100644
--- a/manual/appenders.html
+++ b/manual/appenders.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -3146,11 +3149,11 @@ If your application contains any one of these
dependencies, it might use the <st
</tr>
</table>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/architecture.html b/manual/architecture.html
index 6daed1f854..65db87546e 100644
--- a/manual/architecture.html
+++ b/manual/architecture.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/async.html b/manual/async.html
index da062f5044..6871e4486f 100644
--- a/manual/async.html
+++ b/manual/async.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -348,11 +351,11 @@ a lock-free inter-thread communication library, instead
of queues, resulting in
</dd>
</dl>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
@@ -403,11 +406,11 @@ If neither of these is an option, you may get better
throughput and fewer latenc
<dd>
<p>If a problem happens during the logging process and an exception is thrown,
it is less easy for an asynchronous setting to signal this problem to the
application.
This can partly be alleviated by configuring an exception handler, but this
may still not cover all cases.</p>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/cloud.html b/manual/cloud.html
index 58f03a2df7..b12b91a0b1 100644
--- a/manual/cloud.html
+++ b/manual/cloud.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/compatibility.html b/manual/compatibility.html
index ac5e7dc706..1ca97a27cf 100644
--- a/manual/compatibility.html
+++ b/manual/compatibility.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/config-intro.html b/manual/config-intro.html
index 1822028543..8dfb4f8bd9 100644
--- a/manual/config-intro.html
+++ b/manual/config-intro.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/configuration.html b/manual/configuration.html
index 9eecb3ca92..c85eea11d8 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -494,11 +497,11 @@ to the console.</p>
</li>
</ol>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
@@ -1246,11 +1249,11 @@ See <a
href="../plugin-reference.html#org-apache-logging-log4j_log4j-core_org-ap
If a change in the configuration file is detected, Log4j automatically
reconfigures the logger context.
If set to <code>0</code>, polling is disabled.</p>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
@@ -1713,11 +1716,11 @@ methods.</p>
<div class="paragraph">
<p>Loggers can emit additional context data that will be integrated with other
context data sources such as <a href="thread-context.html" class="xref
page">ThreadContext</a>.</p>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
@@ -2265,11 +2268,11 @@ property.BAR = bar</code></pre>
</table>
</div>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/customconfig.html b/manual/customconfig.html
index a17486403f..829b3c0c52 100644
--- a/manual/customconfig.html
+++ b/manual/customconfig.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/customloglevels.html b/manual/customloglevels.html
index aba7a874a4..6f15c707d0 100644
--- a/manual/customloglevels.html
+++ b/manual/customloglevels.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/eventlogging.html b/manual/eventlogging.html
index a2ac39c53d..2540d09908 100644
--- a/manual/eventlogging.html
+++ b/manual/eventlogging.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/extending.html b/manual/extending.html
index 09a8665cce..8fc620d630 100644
--- a/manual/extending.html
+++ b/manual/extending.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/filters.html b/manual/filters.html
index e4e7ff70c9..4c957c7ef0 100644
--- a/manual/filters.html
+++ b/manual/filters.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -539,11 +542,11 @@ If the logger is additive, the filter on the parent
logger is applied recursivel
</tr>
</table>
</div>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/flowtracing.html b/manual/flowtracing.html
index 8a2fc39441..dc879b8c8f 100644
--- a/manual/flowtracing.html
+++ b/manual/flowtracing.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/garbagefree.html b/manual/garbagefree.html
index 28a1f1d3f7..9beea72959 100644
--- a/manual/garbagefree.html
+++ b/manual/garbagefree.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/getting-started.html b/manual/getting-started.html
index 748c0cb768..11321b9653 100644
--- a/manual/getting-started.html
+++ b/manual/getting-started.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/index.html b/manual/index.html
index d72c83701d..cea92e0f97 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/installation.html b/manual/installation.html
index 7f08a14c98..cee6a358b5 100644
--- a/manual/installation.html
+++ b/manual/installation.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/jmx.html b/manual/jmx.html
index 746f27b7bd..0e4a9c58a5 100644
--- a/manual/jmx.html
+++ b/manual/jmx.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/json-template-layout.html b/manual/json-template-layout.html
index 82a0d77a8f..fdf22c4cbc 100644
--- a/manual/json-template-layout.html
+++ b/manual/json-template-layout.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/layouts.html b/manual/layouts.html
index 826640d85a..6c78ddf11a 100644
--- a/manual/layouts.html
+++ b/manual/layouts.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/logbuilder.html b/manual/logbuilder.html
index d975f3455a..6ba1b0a9fd 100644
--- a/manual/logbuilder.html
+++ b/manual/logbuilder.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/logsep.html b/manual/logsep.html
index 2379abdc40..7393666fdc 100644
--- a/manual/logsep.html
+++ b/manual/logsep.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/lookups.html b/manual/lookups.html
index 9ff1f10387..1b0e14d7b7 100644
--- a/manual/lookups.html
+++ b/manual/lookups.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/markers.html b/manual/markers.html
index bda4e67507..4071cb3b74 100644
--- a/manual/markers.html
+++ b/manual/markers.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/messages.html b/manual/messages.html
index 763bda92b2..2d4ef0437a 100644
--- a/manual/messages.html
+++ b/manual/messages.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/migration.html b/manual/migration.html
index 243b93a574..8788130cef 100644
--- a/manual/migration.html
+++ b/manual/migration.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/pattern-layout.html b/manual/pattern-layout.html
index 33435f7b60..827d535444 100644
--- a/manual/pattern-layout.html
+++ b/manual/pattern-layout.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/performance.html b/manual/performance.html
index 816622d394..7f1c64ace7 100644
--- a/manual/performance.html
+++ b/manual/performance.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -621,11 +624,11 @@ If neither of these is an option, you may get better
throughput and fewer latenc
<dd>
<p>If a problem happens during the logging process and an exception is thrown,
it is less easy for an asynchronous setting to signal this problem to the
application.
This can partly be alleviated by configuring an exception handler, but this
may still not cover all cases.</p>
-<div class="admonitionblock caution">
+<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
-<i class="fa icon-caution" title="Caution"></i>
+<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
<div class="paragraph">
diff --git a/manual/plugins.html b/manual/plugins.html
index c23cb65003..1dc772da49 100644
--- a/manual/plugins.html
+++ b/manual/plugins.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/resource-logger.html b/manual/resource-logger.html
index 3eadce7ac2..fe84b548ec 100644
--- a/manual/resource-logger.html
+++ b/manual/resource-logger.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/scoped-context.html b/manual/scoped-context.html
index fe79f5566a..d2b558a3f0 100644
--- a/manual/scoped-context.html
+++ b/manual/scoped-context.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/scripts.html b/manual/scripts.html
index 6b41371cf4..0521034763 100644
--- a/manual/scripts.html
+++ b/manual/scripts.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/simple-logger.html b/manual/simple-logger.html
index b56ce2c649..3109e94146 100644
--- a/manual/simple-logger.html
+++ b/manual/simple-logger.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/status-logger.html b/manual/status-logger.html
index 19195f5f1b..533a652d21 100644
--- a/manual/status-logger.html
+++ b/manual/status-logger.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/systemproperties.html b/manual/systemproperties.html
index 1616eaafe3..d45e58736d 100644
--- a/manual/systemproperties.html
+++ b/manual/systemproperties.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/thread-context.html b/manual/thread-context.html
index cae32f2f69..3eb805d47b 100644
--- a/manual/thread-context.html
+++ b/manual/thread-context.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/manual/webapp.html b/manual/webapp.html
index 7ab1507913..5363c2fb97 100644
--- a/manual/webapp.html
+++ b/manual/webapp.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="../_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/migrate-from-logback.html b/migrate-from-logback.html
index 5a5b5cd670..707ceff400 100644
--- a/migrate-from-logback.html
+++ b/migrate-from-logback.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/migrate-from-slf4j.html b/migrate-from-slf4j.html
index 78a0cfb3c5..90a09378d8 100644
--- a/migrate-from-slf4j.html
+++ b/migrate-from-slf4j.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/plugin-reference.html b/plugin-reference.html
index 70ab7642f8..73a7dd5e67 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
@@ -1444,7 +1447,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>
@@ -16127,10 +16130,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>
@@ -17426,10 +17429,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>
@@ -17625,10 +17628,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/release-notes.html b/release-notes.html
index c24556ea37..0ff028f3e7 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,6 +11,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="./_/css/vendor/tabs.css">
<style>
+ /* Swap colors of `IMPORTANT` and `WARNING` blocks */
+ .doc .admonitionblock.important .icon { background-color: #f70; }
+ .doc .admonitionblock.warning .icon { background-color: #e40046; }
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header
font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
diff --git a/sitemap.xml b/sitemap.xml
index 0c08fa9ec6..d3799d95ca 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,242 +2,242 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-06-19T13:43:00.805Z</lastmod>
+<lastmod>2024-06-20T07:43:47.112Z</lastmod>
</url>
</urlset>