Skip to content

Commit

Permalink
fix: adding temporary instrument logging for the avatar lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 11, 2024
1 parent 07e9250 commit 1e71a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async fn lookup_name(
)
}

#[tracing::instrument(skip_all, level = "debug")]
#[tracing::instrument(skip(provider))]
async fn lookup_avatar(
provider: &Provider<SelfProvider>,
name: &str,
Expand Down

0 comments on commit 1e71a5f

Please sign in to comment.