Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit a036b47

Browse files
authored
fix: Change log level to debug for return_none_for_not_found_error (#1473)
1 parent fa8b7b2 commit a036b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/compute_engine/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def get(
222222
content = _helpers.from_bytes(response.data)
223223

224224
if response.status == http_client.NOT_FOUND and return_none_for_not_found_error:
225-
_LOGGER.info(
225+
_LOGGER.debug(
226226
"Compute Engine Metadata server call to %s returned 404, reason: %s",
227227
path,
228228
content,

0 commit comments

Comments
 (0)