Fix typo for MDC enabled property in logging guide (#41212)

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
Martin Bartoš 2025-07-17 09:05:36 +02:00 committed by GitHub
parent 0d71b4ebe8
commit 0b402f47fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
----