retry_policy: verbose logging for io errors (#1894)
may contain information necessary for triaging the issue.
This commit is contained in:
Родитель
167fef479c
Коммит
7c3d354b13
|
@ -174,7 +174,7 @@ where
|
|||
Err(error) => {
|
||||
if error.kind() == &ErrorKind::Io {
|
||||
debug!(
|
||||
"io error occurred when making request which will be retried: {}",
|
||||
"io error occurred when making request which will be retried: {:?}",
|
||||
error
|
||||
);
|
||||
// IO error so no Retry-After headers - leave the retry period up to the policy
|
||||
|
|
Загрузка…
Ссылка в новой задаче