fix: Update to new dash standard

Closes #42270

Signed-off-by: Tobias Genannt <tobias.genannt@gmail.com>
This commit is contained in:
Tobias Genannt 2025-09-01 14:49:02 +02:00 committed by GitHub
parent 23b9a1fa21
commit ca93863d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ To change the log level used by the Logging Event listener, add the following:
[source,bash]
----
bin/kc.[sh|bat] start --spi-events-listener-jboss-logging-success-level=info --spi-events-listener--jboss-logging--error-level=error
bin/kc.[sh|bat] start --spi-events-listener--jboss-logging--success-level=info --spi-events-listener--jboss-logging--error-level=error
----
The valid values for log levels are `debug`, `info`, `warn`, `error`, and `fatal`.