We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e9bd6 commit 6c72a37Copy full SHA for 6c72a37
crates/crates_io_github/src/lib.rs
@@ -59,7 +59,7 @@ impl RealGitHubClient {
59
T: DeserializeOwned,
60
{
61
let url = format!("https://api.github.com{url}");
62
- info!("GITHUB HTTP: {url}");
+ info!("GitHub request: GET {url}");
63
64
let response = self
65
.client
0 commit comments