Skip to content

Commit 7d7b233

Browse files
committed
log a warning.
1 parent 04d47a0 commit 7d7b233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ ChannelCredentials createS2ASecuredChannelCredentials() {
518518
} catch (FileNotFoundException ignore) {
519519
// Fallback to plaintext-to-S2A connection on error.
520520
LOG.log(
521-
Level.INFO,
521+
Level.WARNING,
522522
"Cannot establish an mTLS connection to S2A due to error loading MTLS to MDS credentials, falling back to plaintext connection to S2A: "
523523
+ ignore.getMessage());
524524
return createPlaintextToS2AChannelCredentials(plaintextAddress);

0 commit comments

Comments
 (0)