From 1d204e77a49a4ca6f6f2215b0bf2f7a0011db4e8 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 3 Apr 2024 08:32:48 +0200 Subject: [PATCH] Fix source highlighting for log output (#28375) Closes #28374 Signed-off-by: Alexander Schwartz --- docs/guides/server/logging.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/server/logging.adoc b/docs/guides/server/logging.adoc index 0fa496c3e1..4844eb2640 100644 --- a/docs/guides/server/logging.adoc +++ b/docs/guides/server/logging.adoc @@ -148,8 +148,8 @@ To use unstructured logging, enter the following command: <@kc.start parameters="--log-console-output=default"/> -.Example Log Message: -[source, bash] +.Example Log Message +[source] ---- 2022-03-02 10:36:50,603 INFO [io.quarkus] (main) Keycloak 18.0.0-SNAPSHOT on JVM (powered by Quarkus 2.7.2.Final) started in 3.615s. Listening on: http://0.0.0.0:8080 ----