Skip to content

Commit

Permalink
fix: Change log level to debug for return_none_for_not_found_error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rgryta committed Feb 9, 2024
1 parent fa8b7b2 commit a036b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/compute_engine/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get(
content = _helpers.from_bytes(response.data)

if response.status == http_client.NOT_FOUND and return_none_for_not_found_error:
_LOGGER.info(
_LOGGER.debug(
"Compute Engine Metadata server call to %s returned 404, reason: %s",
path,
content,
Expand Down

0 comments on commit a036b47

Please sign in to comment.