Hi, maybe you want to check the setup of your underlying logging configuration (log4j, jdk-logging, etc.) to make sure that the INFO level is correctly enabled by your first & second routes (for example that's not just restricted to WARN or ERROR etc.). That would then explain why you don't see the line:
<log message="Exchange[Id:${exchangeId}];${property.REQUEST_ID}" loggingLevel="INFO" /> as you expect. BTW per default the onException.handled flag is 'false' so that you could (as per convention over configuration approach) remove the line: <handled><constant>false</constant></handled> Babak -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-occurs-log-name-tp5058304p5058441.html Sent from the Camel - Users mailing list archive at Nabble.com.