From e2bb5eff17561dc81b124f80a5736caf152b027f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 13 Jun 2024 00:22:57 +1000 Subject: [PATCH] Fix excessive logging Signed-off-by: Jiahao XU --- crates/binstalk-git-repo-api/src/gh_api_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-git-repo-api/src/gh_api_client.rs b/crates/binstalk-git-repo-api/src/gh_api_client.rs index 3c286296..5823b53e 100644 --- a/crates/binstalk-git-repo-api/src/gh_api_client.rs +++ b/crates/binstalk-git-repo-api/src/gh_api_client.rs @@ -248,7 +248,7 @@ impl GhApiClient { /// Return `Ok(Some(api_artifact_url))` if exists. /// /// The returned future is guaranteed to be pointer size. - #[instrument(skip(self), ret)] + #[instrument(skip(self), ret(level = Level::DEBUG))] pub async fn has_release_artifact( &self, GhReleaseArtifact {