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: