This seems like it should be simple, pardon the pun. I\'m trying to log a header in camel within a spring DSL route. I\'ve seen the answer for Java DSL but I\'ve been searching
Not sure it's possible
http://camel.apache.org/logeip.html
Difference between log in the DSL and Log component The log DSL is much lighter and meant for logging human logs such as Starting to do ... etc. It can only log a message based on the Simple language.
On the other hand Log component is a full fledged component which involves using endpoints and etc. The Log component is meant for logging the Message itself and you have many URI options to control what you would like to be logged.