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 01a52a878a45 Fixed log4j upgrade
01a52a878a45 is described below

commit 01a52a878a45cd45320122de2077a5454e36c044
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 22 08:36:38 2025 +0100

    Fixed log4j upgrade
---
 .../camel-spring-ws/src/test/resources/log4j2.properties                 | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-spring-parent/camel-spring-ws/src/test/resources/log4j2.properties
 
b/components/camel-spring-parent/camel-spring-ws/src/test/resources/log4j2.properties
index 15f88c291df9..2e302037d55c 100644
--- 
a/components/camel-spring-parent/camel-spring-ws/src/test/resources/log4j2.properties
+++ 
b/components/camel-spring-parent/camel-spring-ws/src/test/resources/log4j2.properties
@@ -25,5 +25,4 @@ appender.out.name = out
 appender.out.layout.type = PatternLayout
 appender.out.layout.pattern = [%30.30t] %-30.30c{1} %-5p %m%n
 rootLogger.level = INFO
-org.springframework.ws.client.MessageTracing=DEBUG
 rootLogger.appenderRef.file.ref = file

Reply via email to