fix: Update to new dash standard

Closes #42270

Signed-off-by: Tobias Genannt <tobias.genannt@gmail.com>
Co-authored-by: Tobias Genannt <tobias.genannt@gmail.com>
This commit is contained in:
Alexander Schwartz 2025-09-04 16:42:11 +02:00 committed by GitHub
parent 0dd0a0210a
commit 3a17b0a480
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`.