This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2ba3c2e1ece4807a331e7118b2e4ec852cbd7fbd Author: Nicola Ferraro <[email protected]> AuthorDate: Fri Jan 10 15:29:46 2020 +0100 CAMEL-14385: remove commented config --- components/camel-cron/src/test/resources/log4j2.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-cron/src/test/resources/log4j2.properties b/components/camel-cron/src/test/resources/log4j2.properties index 760a00b..a79c79b 100644 --- a/components/camel-cron/src/test/resources/log4j2.properties +++ b/components/camel-cron/src/test/resources/log4j2.properties @@ -26,8 +26,3 @@ appender.stdout.layout.type = PatternLayout 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 -#logger.debug.name = org.apache.camel.component.cron -#logger.debug.level = DEBUG -#logger.debug.additivity = true
