davsclaus commented on code in PR #7720: URL: https://github.com/apache/camel/pull/7720#discussion_r889502818
########## components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioConsumer.java: ########## @@ -68,6 +69,7 @@ public class MinioConsumer extends ScheduledBatchPollingConsumer { public MinioConsumer(MinioEndpoint endpoint, Processor processor) { super(endpoint, processor); + LOG.info("Minio consumer custom: v1"); Review Comment: Can you remove this ########## components/camel-minio/src/test/resources/log4j2.properties: ########## @@ -24,4 +24,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=INFO -rootLogger.appenderRef.file.ref=file +rootLogger.appenderRef.out.ref=out Review Comment: Can you revert this ########## components/camel-minio/src/test/resources/log4j2.properties: ########## @@ -24,4 +24,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=INFO -rootLogger.appenderRef.file.ref=file +rootLogger.appenderRef.out.ref=out Review Comment: Can you revert this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org