From b99eb52cee6b0da081b7a1ba9c562deae55b5da0 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 17 Aug 2023 15:18:44 +0200 Subject: [PATCH] Fix mis-alignment of table and enforce checks on AsciiDoc during build Closes #22518 --- docs/guides/pom.xml | 5 +++++ docs/guides/server/logging.adoc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guides/pom.xml b/docs/guides/pom.xml index a8e154b62a0..f178ded8280 100644 --- a/docs/guides/pom.xml +++ b/docs/guides/pom.xml @@ -100,6 +100,11 @@ guides warn + + + ERROR + + diff --git a/docs/guides/server/logging.adoc b/docs/guides/server/logging.adoc index 0e3dc58cba6..3c554b9d637 100644 --- a/docs/guides/server/logging.adoc +++ b/docs/guides/server/logging.adoc @@ -104,7 +104,7 @@ The format string supports the symbols in the following table: |%t++{id}++|Thread ID|Render the thread ID. |%z{}|Timezone|Set the time zone of log output to . |%L|Line number|Render the line number of the log message. -|==== +|=== === Setting the logging format To set the logging format for a logged line, perform these steps: