Skip to content

Commit 3e9cd03

Browse files
Decrease log level of trace about default HttpClientFactory usage (#1355)
1 parent 7ce9601 commit 3e9cd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-security/src/main/java/com/sap/cloud/security/spring/autoconfig/XsuaaTokenFlowAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public XsuaaTokenFlows xsuaaTokenFlows(@Qualifier("tokenFlowHttpClient") Closeab
7777
@Bean
7878
@Conditional(PropertyConditions.class)
7979
public CloseableHttpClient tokenFlowHttpClient(XsuaaServiceConfiguration xsuaaConfig) {
80-
logger.info(
80+
logger.debug(
8181
"If the performance for the token validation is degrading provide your own well configured HttpClientFactory implementation");
8282
return HttpClientFactory.create(xsuaaConfig.getClientIdentity());
8383
}

0 commit comments

Comments
 (0)