8000 log as warning. · rmehta19/sdk-platform-java@a4ee6c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ee6c5

Browse files
committed
log as warning.
1 parent 791ab2c commit a4ee6c5

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
@@ -526,7 +526,7 @@ ChannelCredentials createS2ASecuredChannelCredentials() {
526526
} catch (IOException ignore) {
527527
// Fallback to plaintext-to-S2A connection.
528528
LOG.log(
529-
Level.INFO,
529+
Level.WARNING,
530530
"Cannot establish an mTLS connection to S2A due to error creating MTLS to MDS TlsChannelCredentials credentials, falling back to plaintext connection to S2A: "
531531
+ ignore.getMessage());
532532
return createPlaintextToS2AChannelCredentials(plaintextAddress);

0 commit comments

Comments
 (0)
0