Retry output as debug or warn #554
Closed
chb0github
started this conversation in
Ideas
Replies: 1 comment
-
It has been implemented in v2.8.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code for output on a retry attempt is currently an error - it's debatable if it's actually an error or not. In my case, retry is pretty typical and only when all attempts have been tried is it an error.
I propose that this code
Be changed to
Or
So that it can be suppressed unless there is an issue and that when all attempts are tried, then it outputs an
Errorf
If this is ok, I will make the change and submit a PR
Beta Was this translation helpful? Give feedback.
All reactions