You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/04 08:18:52 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #7720: fix(minio): fix polling working half the time because of continuation…

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org