Fix source highlighting for log output (#28375)
Closes #28374 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
e64845d6de
commit
1d204e77a4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue