Skip to content

Commit

Permalink
Merge branch 'main' into client-integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Nov 7, 2022
2 parents 9fb2e8a + 78f0318 commit 77cc4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl DefaultCredentialsChain {
async fn credentials(&self) -> credentials::Result {
self.0
.provide_credentials()
.instrument(tracing::info_span!("provide_credentials", provider = %"default_chain"))
.instrument(tracing::debug_span!("provide_credentials", provider = %"default_chain"))
.await
}
}
Expand Down

0 comments on commit 77cc4cb

Please sign in to comment.