mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix typo for MDC enabled property in logging guide (#41212)
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
0d71b4ebe8
commit
0b402f47fe
@ -82,10 +82,10 @@ and is not fully supported. This feature is disabled by default.
|
||||
|
||||
You can enable additional context information for each log line like the current realm and client that is executing the request.
|
||||
|
||||
Use the option `log-mdc-enable` to enable it.
|
||||
Use the option `log-mdc-enabled` to enable it.
|
||||
|
||||
.Example configuration
|
||||
<@kc.start parameters="--features=log-mdc --log-mdc-enable=true"/>
|
||||
<@kc.start parameters="--features=log-mdc --log-mdc-enabled=true"/>
|
||||
|
||||
.Example output
|
||||
----
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user