Skip to content

Commit

Permalink
Decrease log level of trace about default HttpClientFactory usage (#1355
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BraunMatthias authored Nov 24, 2023
1 parent 7ce9601 commit 3e9cd03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public XsuaaTokenFlows xsuaaTokenFlows(@Qualifier("tokenFlowHttpClient") Closeab
@Bean
@Conditional(PropertyConditions.class)
public CloseableHttpClient tokenFlowHttpClient(XsuaaServiceConfiguration xsuaaConfig) {
logger.info(
logger.debug(
"If the performance for the token validation is degrading provide your own well configured HttpClientFactory implementation");
return HttpClientFactory.create(xsuaaConfig.getClientIdentity());
}
Expand Down

0 comments on commit 3e9cd03

Please sign in to comment.