Fix source highlighting for log output (#28375)

Closes #28374

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-04-03 08:32:48 +02:00 committed by GitHub
parent e64845d6de
commit 1d204e77a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,8 +148,8 @@ To use unstructured logging, enter the following command:
<@kc.start parameters="--log-console-output=default"/> <@kc.start parameters="--log-console-output=default"/>
.Example Log Message: .Example Log Message
[source, bash] [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 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
---- ----