Hi Willem, Thanks for the tip. Here is my log4j.properties, which sends my explicit log statements to the console, but nothing else...
log4j.rootLogger=DEBUG, Console log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout log4j.appender.Console.layout.ConversionPattern=%d [%t] %-5p %c - %m%n log4j.appender.Console.ImmediateFlush=true Thanks again, -louis -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-only-works-for-first-to-route-item-but-nothing-after-that-tp5724296p5724386.html Sent from the Camel - Users mailing list archive at Nabble.com.
