We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I pass a logbook.Logger instance to the logger variable of retry:
logbook.Logger
retry
@retry(exceptions=ConnectionError, tries=MAX_RETRIES, delay=RETRY_TIMEOUT, logger=logger)
And the matching logline I get is:
[2018-05-10 09:36:57.321720] WARNING: vector.core.file_collection.es_utils: %s, retrying in %s seconds...
(The %s are not properly formated)
%s
Can you fix that? thanks!
The text was updated successfully, but these errors were encountered:
Any news on that ? @AlonSh maybe a PR if you made the change on your side ?
Sorry, something went wrong.
I think I've just kept using it that way, but I don't remember exactly and I do not have access to the relevant code anymore. It's not a difficult fix
No branches or pull requests
Hey,
I pass a
logbook.Logger
instance to the logger variable ofretry
:And the matching logline I get is:
(The
%s
are not properly formated)Can you fix that?
thanks!
The text was updated successfully, but these errors were encountered: