Dekrate commented on code in PR #19497:
URL: https://github.com/apache/camel/pull/19497#discussion_r2417880258


##########
archetypes/camel-archetype-component/src/main/resources/archetype-resources/src/main/java/__name__Producer.java:
##########
@@ -31,7 +31,7 @@ public class ${name}Producer extends DefaultProducer {
     }
 
     public void process(Exchange exchange) throws Exception {
-        System.out.println(exchange.getIn().getBody());
+        LOG.info(exchange.getIn().getBody().toString());

Review Comment:
   What would you like me to do?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to