nicolaferraro commented on a change in pull request #235: Support for multiple
integration definitions
URL: https://github.com/apache/camel-k/pull/235#discussion_r235687635
##########
File path: runtime/examples/routes.js
##########
@@ -5,10 +5,10 @@
//
// ****************
-l = components.get('log')
-l.exchangeFormatter = function(e) {
- return "log - body=" + e.in.body + ", headers=" + e.in.headers
-}
+//l = components.get('log')
+//l.exchangeFormatter = function(e) {
+// return "log - body=" + e.in.body + ", headers=" + e.in.headers
+//}
Review comment:
Did you intend to change this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services