-
Notifications
You must be signed in to change notification settings - Fork 525
No distinction in the logs between different retried methods #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think I see what you mean. When I run our
Really not very useful without a context we retry around. I think I'll fix it adding a |
Now this should look much better:
I don't find this as a breaking change since all those logging messages are at the debug level. So, testing and pushing... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now log like
o.s.retry.support.RetryTemplate : Retry: count=0
.Cannot know which business method is in the retry.
The text was updated successfully, but these errors were encountered: