Skip to content

Commit b712d3d

Browse files
committed
changed log level to debug.
1 parent 9695798 commit b712d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public String getRegionalAccessBoundaryUrl() throws IOException {
808808
if (account == null || !EMAIL_PATTERN.matcher(account).matches()) {
809809
LoggingUtils.log(
810810
LOGGER_PROVIDER,
811-
Level.INFO,
811+
Level.FINE,
812812
Collections.emptyMap(),
813813
"Unable to retrieve this instance's email and will skip the regional request routing. Proceeding with request");
814814
return null;

0 commit comments

Comments
 (0)