From 3a17b0a480a52250fe34627fb204f132edda4623 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 4 Sep 2025 16:42:11 +0200 Subject: [PATCH] fix: Update to new dash standard Closes #42270 Signed-off-by: Tobias Genannt Co-authored-by: Tobias Genannt --- docs/documentation/server_admin/topics/events/login.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/server_admin/topics/events/login.adoc b/docs/documentation/server_admin/topics/events/login.adoc index 7b40a02a04c..d49d5340865 100644 --- a/docs/documentation/server_admin/topics/events/login.adoc +++ b/docs/documentation/server_admin/topics/events/login.adoc @@ -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`.