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

is there a way to make it log what it's doing? #71

Closed
nddipiazza opened this issue Jan 11, 2017 · 3 comments
Closed

is there a way to make it log what it's doing? #71

nddipiazza opened this issue Jan 11, 2017 · 3 comments

Comments

@nddipiazza
Copy link

i like the library. but i need a log message in my use case when a retry was 1) needed and 2) what count it is

can it be done?

@JensRantil
Copy link

Yes, you can register a retry listener.

@smartvolshell
Copy link

or implements yourself strategies

@nddipiazza
Copy link
Author

yep that's what i did. used a retry listener and it was quite simple. just note to make sure don't log when attempt number = 1 because that will get very noisy

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

No branches or pull requests

3 participants