Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
a2b25834
Commit
a2b25834
authored
Mar 08, 2021
by
juga
Browse files
fixup! minor: Change info logs to debug or warning
parent
dc60a3c0
Pipeline
#3594
failed with stage
in 36 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/destination.py
View file @
a2b25834
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment