Did you send a message to your direct endpoint? Best, Christian
On Mon, Apr 30, 2012 at 12:54 PM, Nestor Urquiza <[email protected]>wrote: > 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. >
