mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-21 18:16:36 +00:00
Fix excessive logging
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
87682985d2
commit
e2bb5eff17
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue