I have changed the code by:
private static final String LOG_NAME = SampleRouteBuilder.class.getName();
private static final Logger log = LoggerFactory.getLogger(LOG_NAME);
...
log.debug("Configuring dummy route");
from("direct:start").log(LoggingLevel.DEBUG, LOG_NAME, "Processing ${id}");

I still do not get the camel log message. Any ideas?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5675622.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to