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 9e5dbf07ba Add website content generated from 
`0faf9713c69f2df79aee40ad2882c962c6be851b`
9e5dbf07ba is described below

commit 9e5dbf07ba48d7a1f0fafbd7f151e5375c225d91
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu May 30 11:55:31 2024 +0000

    Add website content generated from 
`0faf9713c69f2df79aee40ad2882c962c6be851b`
---
 404.html                              |  3 +-
 articles.html                         |  3 +-
 development.html                      |  3 +-
 download.html                         |  3 +-
 faq.html                              |  3 +-
 getting-started.html                  |  3 +-
 index.html                            |  3 +-
 javadoc.html                          |  3 +-
 log4j-1.2-api.html                    |  3 +-
 log4j-api.html                        |  3 +-
 log4j-docker.html                     |  3 +-
 log4j-flume-ng.html                   |  3 +-
 log4j-iostreams.html                  |  3 +-
 log4j-jpl.html                        |  3 +-
 log4j-jul.html                        |  3 +-
 log4j-slf4j-impl.html                 |  3 +-
 log4j-slf4j2-impl.html                |  3 +-
 log4j-spring-cloud-config-client.html |  3 +-
 log4j-to-jul.html                     |  3 +-
 log4j-to-slf4j.html                   |  3 +-
 manual/api.html                       |  3 +-
 manual/appenders.html                 |  3 +-
 manual/architecture.html              |  3 +-
 manual/async.html                     |  3 +-
 manual/cloud.html                     |  3 +-
 manual/configuration.html             |  3 +-
 manual/customconfig.html              |  3 +-
 manual/dependencyinjection.html       |  3 +-
 manual/extending.html                 |  3 +-
 manual/filters.html                   |  3 +-
 manual/garbagefree.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/logsep.html                    |  3 +-
 manual/lookups.html                   |  3 +-
 manual/migration.html                 |  3 +-
 manual/performance.html               |  3 +-
 manual/plugins.html                   |  3 +-
 manual/scripts.html                   |  3 +-
 manual/systemproperties.html          |  3 +-
 manual/usage.html                     |  3 +-
 plugin-reference.html                 | 10 +++-
 release-notes.html                    |  5 +-
 sitemap.xml                           | 92 +++++++++++++++++------------------
 thanks.html                           |  3 +-
 48 files changed, 147 insertions(+), 95 deletions(-)

diff --git a/404.html b/404.html
index 2b38bd4c59..da6ec0712e 100644
--- a/404.html
+++ b/404.html
@@ -10,12 +10,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/log4j/3.x/_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/articles.html b/articles.html
index 9d2683d15b..8cca08115e 100644
--- a/articles.html
+++ b/articles.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/development.html b/development.html
index 4f82418412..2c58c30c7e 100644
--- a/development.html
+++ b/development.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/download.html b/download.html
index 374058e0aa..937a5f5be8 100644
--- a/download.html
+++ b/download.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/faq.html b/faq.html
index 843d377cc9..48b54c31ab 100644
--- a/faq.html
+++ b/faq.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/getting-started.html b/getting-started.html
index e0303d8fc5..7fd3357f9e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/index.html b/index.html
index 38a0dd09cc..f1a1e76aed 100644
--- a/index.html
+++ b/index.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/javadoc.html b/javadoc.html
index 7496fdae86..f4990a7924 100644
--- a/javadoc.html
+++ b/javadoc.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-1.2-api.html b/log4j-1.2-api.html
index 0a01efc32d..2f5af2554a 100644
--- a/log4j-1.2-api.html
+++ b/log4j-1.2-api.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-api.html b/log4j-api.html
index e98db99292..8334d6861f 100644
--- a/log4j-api.html
+++ b/log4j-api.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-docker.html b/log4j-docker.html
index e5da73bb13..57a6b9cbdf 100644
--- a/log4j-docker.html
+++ b/log4j-docker.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-flume-ng.html b/log4j-flume-ng.html
index 1c17490c07..44d60bdc2b 100644
--- a/log4j-flume-ng.html
+++ b/log4j-flume-ng.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-iostreams.html b/log4j-iostreams.html
index c0fa6e3250..9ee0f43f5d 100644
--- a/log4j-iostreams.html
+++ b/log4j-iostreams.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-jpl.html b/log4j-jpl.html
index d8894a2343..1f26471bac 100644
--- a/log4j-jpl.html
+++ b/log4j-jpl.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-jul.html b/log4j-jul.html
index 32bed3696a..883bae96e7 100644
--- a/log4j-jul.html
+++ b/log4j-jul.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-slf4j-impl.html b/log4j-slf4j-impl.html
index 49949a2eba..9986f4df1b 100644
--- a/log4j-slf4j-impl.html
+++ b/log4j-slf4j-impl.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-slf4j2-impl.html b/log4j-slf4j2-impl.html
index 04f1e2b190..b518a07899 100644
--- a/log4j-slf4j2-impl.html
+++ b/log4j-slf4j2-impl.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-spring-cloud-config-client.html 
b/log4j-spring-cloud-config-client.html
index fe1d887ffe..f1ce6c8387 100644
--- a/log4j-spring-cloud-config-client.html
+++ b/log4j-spring-cloud-config-client.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-to-jul.html b/log4j-to-jul.html
index 67e9e57433..d7d29a55fb 100644
--- a/log4j-to-jul.html
+++ b/log4j-to-jul.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-to-slf4j.html b/log4j-to-slf4j.html
index 93784ab72b..715f50dca0 100644
--- a/log4j-to-slf4j.html
+++ b/log4j-to-slf4j.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/api.html b/manual/api.html
index a51400ceb5..e2f3e66b78 100644
--- a/manual/api.html
+++ b/manual/api.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/appenders.html b/manual/appenders.html
index 1e6a3fe090..8c8831e425 100644
--- a/manual/appenders.html
+++ b/manual/appenders.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/architecture.html b/manual/architecture.html
index d82b9d64f9..bec30101d0 100644
--- a/manual/architecture.html
+++ b/manual/architecture.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/async.html b/manual/async.html
index 6875f0be84..1e65d7d306 100644
--- a/manual/async.html
+++ b/manual/async.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/cloud.html b/manual/cloud.html
index 601d85e428..bf057f0cae 100644
--- a/manual/cloud.html
+++ b/manual/cloud.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/configuration.html b/manual/configuration.html
index 586021f290..6225c35e53 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/customconfig.html b/manual/customconfig.html
index f791a06e37..145dd47fa7 100644
--- a/manual/customconfig.html
+++ b/manual/customconfig.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/dependencyinjection.html b/manual/dependencyinjection.html
index 6b9b02f4d9..07d5ebd747 100644
--- a/manual/dependencyinjection.html
+++ b/manual/dependencyinjection.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/extending.html b/manual/extending.html
index bff104fa88..afc6cfe305 100644
--- a/manual/extending.html
+++ b/manual/extending.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/filters.html b/manual/filters.html
index 74d2c020b6..6d12f35453 100644
--- a/manual/filters.html
+++ b/manual/filters.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/garbagefree.html b/manual/garbagefree.html
index 5f94fe8ece..72d6bb6cf3 100644
--- a/manual/garbagefree.html
+++ b/manual/garbagefree.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/index.html b/manual/index.html
index 6e4ab09639..db584d728d 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/installation.html b/manual/installation.html
index 429c074b84..eb6fc267e0 100644
--- a/manual/installation.html
+++ b/manual/installation.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/jmx.html b/manual/jmx.html
index 26038f27c8..94ac91c728 100644
--- a/manual/jmx.html
+++ b/manual/jmx.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/json-template-layout.html b/manual/json-template-layout.html
index 267b18c79e..b6fdbc2188 100644
--- a/manual/json-template-layout.html
+++ b/manual/json-template-layout.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/layouts.html b/manual/layouts.html
index 00afa5fa0d..af4829de0c 100644
--- a/manual/layouts.html
+++ b/manual/layouts.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/logsep.html b/manual/logsep.html
index 60739e560d..67995406c1 100644
--- a/manual/logsep.html
+++ b/manual/logsep.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/lookups.html b/manual/lookups.html
index 65f7b0976a..de17b71b04 100644
--- a/manual/lookups.html
+++ b/manual/lookups.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/migration.html b/manual/migration.html
index 6d2b91a797..d8d6be85fb 100644
--- a/manual/migration.html
+++ b/manual/migration.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/performance.html b/manual/performance.html
index ba98ccca17..1a16cd0358 100644
--- a/manual/performance.html
+++ b/manual/performance.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/plugins.html b/manual/plugins.html
index 8ec77235dd..e6e5e33af2 100644
--- a/manual/plugins.html
+++ b/manual/plugins.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/scripts.html b/manual/scripts.html
index 22d41f1943..c870a99100 100644
--- a/manual/scripts.html
+++ b/manual/scripts.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/systemproperties.html b/manual/systemproperties.html
index 621d40798c..e32b6ebc5c 100644
--- a/manual/systemproperties.html
+++ b/manual/systemproperties.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/manual/usage.html b/manual/usage.html
index a86bcb01fb..1262df9e0a 100644
--- a/manual/usage.html
+++ b/manual/usage.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="../_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/plugin-reference.html b/plugin-reference.html
index a3cd5309e9..c920b3846a 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
@@ -2557,7 +2558,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 c866d597c9..213c46c776 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
@@ -353,7 +354,7 @@
 <p>Update <code>io.netty:netty-bom</code> to version `` (<a 
href="https://github.com/apache/logging-log4j2/pull/2603";>2603</a>)</p>
 </li>
 <li>
-<p>Update <code>net.bytebuddy:byte-buddy</code> to version 
<code>1.14.16</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2608";>2608</a>)</p>
+<p>Update <code>net.bytebuddy:byte-buddy</code> to version 
<code>1.14.17</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2628";>2628</a>)</p>
 </li>
 <li>
 <p>Update <code>org.apache.commons:commons-compress</code> to version 
<code>1.26.2</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2611";>2611</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 7fa92cf681..caa7787b92 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,186 +2,186 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/articles.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/development.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/download.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/faq.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/getting-started.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/index.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/javadoc.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-1.2-api.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-api.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-docker.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-flume-ng.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-iostreams.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-jpl.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-jul.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/3.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-to-jul.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/api.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/appenders.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/architecture.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/async.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/cloud.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/configuration.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/customconfig.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/dependencyinjection.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/extending.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/filters.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/garbagefree.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/index.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/installation.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/jmx.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/3.x/manual/json-template-layout.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/layouts.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/logsep.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/lookups.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/migration.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/performance.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/plugins.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/scripts.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/systemproperties.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/usage.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/plugin-reference.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/release-notes.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/thanks.html</loc>
-<lastmod>2024-05-30T11:12:33.611Z</lastmod>
+<lastmod>2024-05-30T11:55:05.554Z</lastmod>
 </url>
 </urlset>
diff --git a/thanks.html b/thanks.html
index 3542e58553..20ad932d34 100644
--- a/thanks.html
+++ b/thanks.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* 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; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }

Reply via email to