Drop "registry" prefix from request timeout log (#4144)

We use this base client for more than registry requests
This commit is contained in:
Zanie Blue
2024-06-07 17:56:32 -04:00
committed by GitHub
parent 13f03e9d3f
commit f9ea304be4
+1 -1
View File
@@ -131,7 +131,7 @@ impl<'a> BaseClientBuilder<'a> {
})
})
.unwrap_or(default_timeout);
debug!("Using registry request timeout of {timeout}s");
debug!("Using request timeout of {timeout}s");
// Initialize the base client.
let client = self.client.clone().unwrap_or_else(|| {