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 bd620d7c32 Add website content generated from
`e7690b52461452db92e1557e83c2a4252cca87ad`
bd620d7c32 is described below
commit bd620d7c32fca213454e969a43470dc0f3e09e23
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu May 30 11:58:07 2024 +0000
Add website content generated from
`e7690b52461452db92e1557e83c2a4252cca87ad`
---
404.html | 3 +-
development.html | 3 +-
download.html | 3 +-
faq.html | 3 +-
hibernate.html | 3 +-
index.html | 3 +-
javadoc.html | 3 +-
log4j-1.2-api.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 | 3 +-
manual/appenders.html | 3 +-
manual/architecture.html | 3 +-
manual/async.html | 3 +-
manual/cloud.html | 3 +-
manual/compatibility.html | 3 +-
manual/configuration.html | 3 +-
manual/customconfig.html | 3 +-
manual/customloglevels.html | 3 +-
manual/eventlogging.html | 3 +-
manual/extending.html | 3 +-
manual/filters.html | 3 +-
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/performance.html | 3 +-
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 | 15 +++--
release-notes.html | 3 +-
sitemap.xml | 118 +++++++++++++++++-----------------
61 files changed, 185 insertions(+), 125 deletions(-)
diff --git a/404.html b/404.html
index a4ccd59dd2..277dd7563f 100644
--- a/404.html
+++ b/404.html
@@ -10,12 +10,13 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/log4j/2.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/development.html b/development.html
index 24b8f22e32..67d5a38e08 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 e13b9da90d..3646bab3d6 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 130b595292..f9e4471d6e 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/hibernate.html b/hibernate.html
index 26ffb7be4a..7228eb1ae5 100644
--- a/hibernate.html
+++ b/hibernate.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 dc65592b95..41a91e583d 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 596d511380..1e016083d9 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 e5b8cd4e70..b3c91101ac 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-appserver.html b/log4j-appserver.html
index d8d24c449f..3d7cb04ae1 100644
--- a/log4j-appserver.html
+++ b/log4j-appserver.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-cassandra.html b/log4j-cassandra.html
index 655a717943..57558852ea 100644
--- a/log4j-cassandra.html
+++ b/log4j-cassandra.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-couchdb.html b/log4j-couchdb.html
index e0ad48809b..a9f096684f 100644
--- a/log4j-couchdb.html
+++ b/log4j-couchdb.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 5921c06dec..d4d930d8ba 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 1caf694cd3..b576d43556 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 63225f3e72..222d0bc8b4 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-jakarta-web.html b/log4j-jakarta-web.html
index 3400356ba7..13dc45f256 100644
--- a/log4j-jakarta-web.html
+++ b/log4j-jakarta-web.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-boot.html b/log4j-spring-boot.html
index 6675ff62f3..eb554242f4 100644
--- a/log4j-spring-boot.html
+++ b/log4j-spring-boot.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 8bb3a8434c..0f1e19fc80 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-spring-cloud-config.html b/log4j-spring-cloud-config.html
index 8c98493558..9996b43cab 100644
--- a/log4j-spring-cloud-config.html
+++ b/log4j-spring-cloud-config.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-taglib.html b/log4j-taglib.html
index 39bff02bf1..40b44557f2 100644
--- a/log4j-taglib.html
+++ b/log4j-taglib.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-web.html b/log4j-web.html
index 0373a3ebca..8dfed680c8 100644
--- a/log4j-web.html
+++ b/log4j-web.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 ef9ba24cbe..3e7384a8ac 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 ebf55b14c6..66a9bb2551 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 26090dcee0..ab6be9576e 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 5357adef1e..c2ef71dafb 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 66854b58c8..a42767c5b4 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/compatibility.html b/manual/compatibility.html
index ef903c9619..a5b711a13b 100644
--- a/manual/compatibility.html
+++ b/manual/compatibility.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 e61665d3f2..b2b8d574e3 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 bd512e180e..d1a467a226 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/customloglevels.html b/manual/customloglevels.html
index 1bfdf25360..0f2f76a3a0 100644
--- a/manual/customloglevels.html
+++ b/manual/customloglevels.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/eventlogging.html b/manual/eventlogging.html
index 8da8c66316..07ea812d3e 100644
--- a/manual/eventlogging.html
+++ b/manual/eventlogging.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 31826fde3e..88e151f0b0 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 a7cc71e200..7ab523dd7d 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/flowtracing.html b/manual/flowtracing.html
index 48f36f8bdd..30721fcc46 100644
--- a/manual/flowtracing.html
+++ b/manual/flowtracing.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 0d87b0a3d9..3b10283ec7 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/getting-started.html b/manual/getting-started.html
index fb1a1e14df..595772ad44 100644
--- a/manual/getting-started.html
+++ b/manual/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/manual/index.html b/manual/index.html
index 368e31351b..4a04825e40 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 52895fda49..57f25b725c 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 172f38e07e..b0e6ae64c5 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 fec5c26892..4ae09cfa0c 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 f29d77758c..ba51f3637d 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/logbuilder.html b/manual/logbuilder.html
index 829bb1feef..c235776969 100644
--- a/manual/logbuilder.html
+++ b/manual/logbuilder.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 677779b849..5e36e724c8 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 e639c7ad9d..b72b8a12b5 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/markers.html b/manual/markers.html
index 32d113b9fd..dfcc5002e9 100644
--- a/manual/markers.html
+++ b/manual/markers.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/messages.html b/manual/messages.html
index a3263614ff..28c4fe27f0 100644
--- a/manual/messages.html
+++ b/manual/messages.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 f510fa74ca..982733c106 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 e83c31c209..fb874b41a6 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 a2647ed417..df3a4f9d38 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/resource-logger.html b/manual/resource-logger.html
index 571c6bde02..fc2808d48f 100644
--- a/manual/resource-logger.html
+++ b/manual/resource-logger.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/scoped-context.html b/manual/scoped-context.html
index 767949f698..51fea9153c 100644
--- a/manual/scoped-context.html
+++ b/manual/scoped-context.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 445fb19e90..e59545cefb 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/simple-logger.html b/manual/simple-logger.html
index 15576b166a..b159332215 100644
--- a/manual/simple-logger.html
+++ b/manual/simple-logger.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/status-logger.html b/manual/status-logger.html
index d0e83f9b0a..005c75ff18 100644
--- a/manual/status-logger.html
+++ b/manual/status-logger.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 7da0d2b757..94b3916627 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/thread-context.html b/manual/thread-context.html
index c4e63a8344..0885f5848a 100644
--- a/manual/thread-context.html
+++ b/manual/thread-context.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/webapp.html b/manual/webapp.html
index 9834f583e9..12ab7790ef 100644
--- a/manual/webapp.html
+++ b/manual/webapp.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/migrate-from-logback.html b/migrate-from-logback.html
index 374927331f..15c45480da 100644
--- a/migrate-from-logback.html
+++ b/migrate-from-logback.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/migrate-from-slf4j.html b/migrate-from-slf4j.html
index c4a8465f3b..b1e78134cb 100644
--- a/migrate-from-slf4j.html
+++ b/migrate-from-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/plugin-reference.html b/plugin-reference.html
index 2840a9b916..f8cb2f7965 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; }
@@ -16123,10 +16124,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
@@ -17422,10 +17423,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
@@ -17621,10 +17622,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
diff --git a/release-notes.html b/release-notes.html
index 9267b624f2..7a95d14868 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; }
diff --git a/sitemap.xml b/sitemap.xml
index b36fb3427a..4938f857b6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,238 +2,238 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-05-30T11:44:58.827Z</lastmod>
+<lastmod>2024-05-30T11:57:46.170Z</lastmod>
</url>
</urlset>