In RetryTemplate
, we currently include the initial exception in the log message for the initial invocation of a Retryable
operation; however, we do not include the current exception in the log message for subsequent attempts.
For consistency, we should include the current exception in log messages for subsequent retry attempts as well.