From 234267556d57f59e38d5c034983283c488224307 Mon Sep 17 00:00:00 2001 From: yvesgab Date: Fri, 20 Jan 2023 09:11:04 +0100 Subject: [PATCH] Update logging.adoc (#16179) Incorrect reference to "log-format" configuration instead of "log-console-format" --- docs/guides/src/main/server/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/src/main/server/logging.adoc b/docs/guides/src/main/server/logging.adoc index d6cae7573f..b7a22a3769 100644 --- a/docs/guides/src/main/server/logging.adoc +++ b/docs/guides/src/main/server/logging.adoc @@ -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. . Enter the following command: + -<@kc.start parameters="--log-format=\"\'\'\""/> +<@kc.start parameters="--log-console-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.