Update logging.adoc (#16179)

Incorrect reference to "log-format" configuration instead of "log-console-format"
This commit is contained in:
yvesgab 2023-01-20 09:11:04 +01:00 committed by GitHub
parent ac6b9ed421
commit 234267556d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.