Fix mis-alignment of table and enforce checks on AsciiDoc during build
Closes #22518
This commit is contained in:
parent
60ac69d8ac
commit
b99eb52cee
2 changed files with 6 additions and 1 deletions
|
@ -100,6 +100,11 @@
|
||||||
<sections>guides</sections>
|
<sections>guides</sections>
|
||||||
<attribute-missing>warn</attribute-missing>
|
<attribute-missing>warn</attribute-missing>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
<logHandler>
|
||||||
|
<failIf>
|
||||||
|
<severity>ERROR</severity>
|
||||||
|
</failIf>
|
||||||
|
</logHandler>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
|
@ -104,7 +104,7 @@ The format string supports the symbols in the following table:
|
||||||
|%t++{id}++|Thread ID|Render the thread ID.
|
|%t++{id}++|Thread ID|Render the thread ID.
|
||||||
|%z{<zone name>}|Timezone|Set the time zone of log output to <zone name>.
|
|%z{<zone name>}|Timezone|Set the time zone of log output to <zone name>.
|
||||||
|%L|Line number|Render the line number of the log message.
|
|%L|Line number|Render the line number of the log message.
|
||||||
|====
|
|===
|
||||||
|
|
||||||
=== Setting the logging format
|
=== Setting the logging format
|
||||||
To set the logging format for a logged line, perform these steps:
|
To set the logging format for a logged line, perform these steps:
|
||||||
|
|
Loading…
Reference in a new issue