Skip to content
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

Added log_traceback parameter to retry + improved logging by adding failed function reference #42

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

asuiu
Copy link

@asuiu asuiu commented Apr 19, 2021

During a retry, the log message doesn't contain any information on what function performs retry, as well as only brief info about exception.

I've improved logging by adding in log the reference to the function being retried, as well as optional parameter log_traceback which when enabled will add to the log the traceback information about eception.

@leshchenko1979
Copy link

Seems to do the same thing as #44?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants