Skip to content

Commit fe0f3ff

Browse files
committed
Make log a debug.
1 parent 8871c17 commit fe0f3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/msk/auth/iam/internals/MSKCredentialProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public URI buildEndpointConfiguration(Region stsRegion) {
303303
private StsClientBuilder getStsClientBuilder(Region stsRegion, Boolean shouldUseFips) {
304304
StsClientBuilder builder = StsClient.builder().region(stsRegion);
305305
if (stsRegion != Region.AWS_GLOBAL && !shouldUseFips) {
306-
log.info("Using STS Endpoint override");
306+
log.debug("Using STS Endpoint override");
307307
builder.endpointOverride(buildEndpointConfiguration(stsRegion));
308308
}
309309
return builder;

0 commit comments

Comments
 (0)