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 2020/07/29 17:40:56 UTC

[GitHub] [camel-kafka-connector] rbaumgar opened a new issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

rbaumgar opened a new issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340


   aws2S3connector
   If I set camel.source.endpoint.runLoggingLevel=TRACE (default) I do NOT find any trace records in the log.
   
   log
   > 2020-07-29 08:25:01,869 INFO WorkerSourceTask{id=aws2-s3-source-connector-0} Committing offsets (org.apache.kafka.connect.runtime.WorkerSourceTask) [SourceTaskOffsetCommitter-1]
   2020-07-29 08:25:01,869 INFO WorkerSourceTask{id=aws2-s3-source-connector-0} flushing 0 outstanding messages for offset commit (org.apache.kafka.connect.runtime.WorkerSourceTask) [SourceTaskOffsetCommitter-1]
   2020-07-29 08:25:08,747 INFO Exchange[Body: Hello from Camel Kafka Connector] (kafkaconnector) [task-thread-log-connector-0]
   2020-07-29 08:26:01,870 INFO WorkerSourceTask{id=aws2-s3-source-connector-0} Committing offsets (org.apache.kafka.connect.runtime.WorkerSourceTask) [SourceTaskOffsetCommitter-1]
   2020-07-29 08:26:01,870 INFO WorkerSourceTask{id=aws2-s3-source-connector-0} flushing 0 outstanding messages for offset commit (org.apache.kafka.connect.runtime.WorkerSourceTask) [SourceTaskOffsetCommitter-1]
   2020-07-29 08:26:01,872 INFO WorkerSourceTask{id=aws2-s3-source-connector-0} Finished commitOffsets successfully in 2 ms (org.apache.kafka.connect.runtime.WorkerSourceTask) [SourceTaskOffsetCommitter-1]
   


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] oscerd commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-773806500


   Related to #980 


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] rbaumgar commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
rbaumgar commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-666973224


   I have now updated my KafkaConnctS2I with
     logging:
       loggers:
         logger.name: TRACE
       type: inline
   But it does not help! Still no trace available...


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] valdar commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-665686825


   I think you also need to set the Kafka connect log level to TRACE. The `camel.source.endpoint.runLoggingLevel` option should be read as "what is the level you want the complete logs of each message to be generated at?" (default is they are not generated).
   
   If you try to set that at INFO you will see a detailed log of each message handled by the connector.
   
   I agree that the name of the property is misleading... and could be improved


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] valdar commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-667884314


   So if you set `camel.source.endpoint.runLoggingLevel=INFO` do you see some logs for each record handled by the connector?
   


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] oscerd commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-773806500


   Related to #980 


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] rbaumgar commented on issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
rbaumgar commented on issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340#issuecomment-668532664


   No. Neither with camel.source.endpoint.runLoggingLevel=INFO nor with TRACE.


----------------------------------------------------------------
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.

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



[GitHub] [camel-kafka-connector] oscerd closed issue #340: aws2S3connector: camel.source.endpoint.runLoggingLevel=TRACE no trace log

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #340:
URL: https://github.com/apache/camel-kafka-connector/issues/340


   


----------------------------------------------------------------
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.

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