This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 67bbe7f8bc44 Polished
67bbe7f8bc44 is described below
commit 67bbe7f8bc44edfc050eb145b4c078c512789744
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 3 11:11:52 2025 +0200
Polished
---
components/camel-keycloak/src/test/resources/log4j2.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-keycloak/src/test/resources/log4j2.properties
b/components/camel-keycloak/src/test/resources/log4j2.properties
index 8eda02244d92..e6e9e6f94464 100644
--- a/components/camel-keycloak/src/test/resources/log4j2.properties
+++ b/components/camel-keycloak/src/test/resources/log4j2.properties
@@ -27,7 +27,7 @@ appender.stdout.layout.pattern = %d [%-15.15t] %-5p
%-30.30c{1} - %m%n
rootLogger.level = INFO
rootLogger.appenderRef.file.ref = file
-rootLogger.appenderRef.stdout.ref = stdout
+#rootLogger.appenderRef.stdout.ref = stdout
logger.camel.name = org.apache.camel
logger.camel.level = INFO