The log uses the route name as the logger name by default.

You can try to specify a logger name to use with the 3 args version
    public Type log(LoggingLevel loggingLevel, String logName, String message) {

And do you run your Camel app is some container or does this happen
also from an unit test or running standalone etc?

On Sun, Dec 1, 2013 at 6:04 PM, mckinnonrob <[email protected]> wrote:
> Claus Ibsen-2 wrote
>> Are you sure the route pickup any messages to route? The log DSL will
>> only log if there is messages.
>
> Yes I am sure. In my route the body is ultimately being placed on a queue,
> CAMEL_FINAL, and all the messages are showing up there fine.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/DSL-Logging-not-outputting-to-the-logs-tp5744093p5744137.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to