Fix excessive logging

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-13 00:22:57 +10:00
parent 87682985d2
commit e2bb5eff17
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -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 {