You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/01/09 12:51:04 UTC

[camel] 01/02: Don't output debug info to the console for the camel-crypto-cms component

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9033c6961b79feb052868905dadb04f750887758
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 9 12:43:35 2019 +0000

    Don't output debug info to the console for the camel-crypto-cms component
---
 components/camel-crypto-cms/src/test/resources/log4j2.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-crypto-cms/src/test/resources/log4j2.properties b/components/camel-crypto-cms/src/test/resources/log4j2.properties
index c55bc31..24b27c0 100644
--- a/components/camel-crypto-cms/src/test/resources/log4j2.properties
+++ b/components/camel-crypto-cms/src/test/resources/log4j2.properties
@@ -25,5 +25,5 @@ appender.out.name = out
 appender.out.layout.type = PatternLayout
 appender.out.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
 rootLogger.level = DEBUG
-#rootLogger.appenderRef.file.ref = file
-rootLogger.appenderRef.out.ref = out
+rootLogger.appenderRef.file.ref = file
+#rootLogger.appenderRef.out.ref = out