Sorry was thinking Spring/Blueprint not Java DSL.

you cant not really do a .log() in Java DSL you need to use a .to()

go look at http://camel.apache.org/log.html

try .to("log:PACKAGE?level=DEBUG&showBody=true")

where PACKAGE is the java package space for logging. ex:
log:com.national?...

-- 
Thanks,
Chris Odom
512:799-0270

Reply via email to