Andrea Cosentino created CAMEL-11470:
----------------------------------------
Summary: Camel-Core: DefaultShutdownStrategy, pass the
logInflightExchangesOnTimeout to the ShutdownTask
Key: CAMEL-11470
URL: https://issues.apache.org/jira/browse/CAMEL-11470
Project: Camel
Issue Type: Bug
Components: camel-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
Fix For: 2.20.0
Actually we have the logInflightExchangesOnTimeout set to true as default:
https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java#L126
in the ShutdownTask the parameter is forced to false and then if you do not
enable debug logging it won't log the inflight exchanges details.
https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java#L631
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)