diff --git a/client/fingerprint/env_gce.go b/client/fingerprint/env_gce.go index 68f74d035..fa74d6a96 100644 --- a/client/fingerprint/env_gce.go +++ b/client/fingerprint/env_gce.go @@ -96,7 +96,7 @@ func (f *EnvGCEFingerprint) Get(attribute string, recursive bool) (string, error res, err := f.client.Do(req) if err != nil || res.StatusCode != http.StatusOK { - f.logger.Printf("[WARN] fingerprint.env_gce: Could not read value for attribute %q", attribute) + f.logger.Printf("[DEBUG] fingerprint.env_gce: Could not read value for attribute %q", attribute) return "", err }