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 2a3c80f commit c5adea3
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")
log.trace("Finished setting Authorization header with accesstoken OK for uri {}", req.uri)
}
}
return execution.execute(req, body)
Expand Down

0 comments on commit c5adea3

Please sign in to comment.