Re: Logging from route not working

2012-04-30 Thread Nestor Urquiza
.log(LoggingLevel.INFO, LOG_NAME, "Triggered group1/timer1 ${id}"); Thanks to you all guys for helping me on clarifying how to use the log DSL. Best regards, -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5676078.html Sen

Re: Logging from route not working

2012-04-30 Thread Christian Müller
(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: >

Re: Logging from route not working

2012-04-30 Thread Nestor Urquiza
cessing ${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.

Re: Logging from route not working

2012-04-30 Thread Łukasz Dywicki
I used: >> from("direct:start").log(LoggingLevel.DEBUG, "logfile", "Processing ${id}"); >> and >> from("direct:start").log(LoggingLevel.DEBUG, >> "com.nestorurquiza.orchestration.camel.route", "Processing ${id}"); >&

Re: Logging from route not working

2012-04-29 Thread Claus Ibsen
quot;Processing ${id}"); > and > from("direct:start").log(LoggingLevel.DEBUG, > "com.nestorurquiza.orchestration.camel.route", "Processing ${id}"); > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5675092.

Re: Logging from route not working

2012-04-29 Thread Nestor Urquiza
); -- View this message in context: http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5675092.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Logging from route not working

2012-04-29 Thread Claus Ibsen
ger name if you want something else. > Thanks, > -Nestor > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5675066.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen --

Re: Logging from route not working

2012-04-29 Thread Nestor Urquiza
Hi Claus, Thanks for the fast response. Is there a way to ensure they both use the same container logger? Thanks, -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5675066.html Sent from the Camel - Users mailing list archive at

Re: Logging from route not working

2012-04-29 Thread Claus Ibsen
ame="spring-event://default" > 2012-04-29 22:15:28,796 INFO [org.apache.camel.spring.SpringCamelContext] - > Total 1 routes, of which 1 is started. > 2012-04-29 22:15:28,796 INFO [org.apache.camel.spring.SpringCamelContext] - > Apache Camel 2.9.2 (CamelContext: came

Logging from route not working

2012-04-29 Thread Nestor Urquiza
for namespace 'krfs-servlet': startup date [Sun Apr 29 22:15:28 EDT 2012]; parent: Root WebApplicationContext] Thanks in advance, -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/Logging-from-route-not-working-tp5674964p5674964.html Sent from the Camel - Users mailing list archive at Nabble.com.