Skip to content
Snippets Groups Projects
Commit a2b25834 authored by juga's avatar juga
Browse files

fixup! minor: Change info logs to debug or warning

parent dc60a3c0
No related branches found
No related tags found
No related merge requests found
......@@ -208,8 +208,8 @@ class Destination:
if self._delta_seconds_retry > self._max_seconds_between_retries:
self._delta_seconds_retry = self._max_seconds_between_retries
log.debug("Incremented the time to try destination %s past the "
"limit, capping it at %s hours.",
self.url, self._delta_seconds_retry / 60 / 60)
"limit, capping it at %s hours.",
self.url, self._delta_seconds_retry / 60 / 60)
else:
log.debug("Incremented the time to try destination %s to %s "
"hours.", self.url, self._delta_seconds_retry / 60 / 60)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment