We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f8126 commit c3818d6Copy full SHA for c3818d6
packages/google-cloud-logging/google/cloud/logging/_helpers.py
@@ -21,7 +21,7 @@
21
from google.cloud.logging.entries import StructEntry
22
from google.cloud.logging.entries import TextEntry
23
24
-METADATA_URL = "http://metadata/computeMetadata/v1/"
+METADATA_URL = "http://metadata.google.internal./computeMetadata/v1/"
25
METADATA_HEADERS = {"Metadata-Flavor": "Google"}
26
27
0 commit comments