Update logging.adoc (#16179)
Incorrect reference to "log-format" configuration instead of "log-console-format"
This commit is contained in:
parent
ac6b9ed421
commit
234267556d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ To set the logging format for a logged line, perform these steps:
|
||||||
. Build your desired format template using the preceding table.
|
. Build your desired format template using the preceding table.
|
||||||
. Enter the following command:
|
. Enter the following command:
|
||||||
+
|
+
|
||||||
<@kc.start parameters="--log-format=\"\'<format>\'\""/>
|
<@kc.start parameters="--log-console-format=\"\'<format>\'\""/>
|
||||||
|
|
||||||
Note that you need to escape characters when invoking commands containing special shell characters such as `;` using the CLI. Therefore, consider setting it in the configuration file instead.
|
Note that you need to escape characters when invoking commands containing special shell characters such as `;` using the CLI. Therefore, consider setting it in the configuration file instead.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue