Hi Prior to camel 2.17.0, when a message redelivery has been exhausted, the default logs that appear looked something like this
Exhausted after delivery attempt …. Message History Exchange Stacktrace But from 2.17.0 onwards, I cannot see the Exchange details anymore which was helpful in determining problems. It now looks like this Exhausted after delivery attempt …. Message History Stacktrace I do not see any options on the <redeliveryPolicyProfile> tag to enable logging this either. I use the Spring DSL. Does anyone know how I can re-enable seeing these details? Thanks.