Skip to content

Commit

Permalink
log less
Browse files Browse the repository at this point in the history
  • Loading branch information
janolaveide committed Jan 28, 2025
1 parent c5adea3 commit c06bc26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class OAuth2ClientRequestInterceptor(private val properties: ClientConfiguration
log.trace("Found properties for uri {}", req.uri)
service.getAccessToken(it).access_token?.let {
token -> req.headers.setBearerAuth(token)
log.trace("Finished setting Authorization header with accesstoken OK for uri {}", req.uri)
log.trace("Finished setting access token in authorization header OK for uri {}", req.uri)
}
}
return execution.execute(req, body)
Expand Down

0 comments on commit c06bc26

Please # to comment.