Commit 83aa6251 authored by Charlie Voiselle's avatar Charlie Voiselle
Browse files

Lowered to DEBUG from AD feedback

Showing with 1 addition and 1 deletion
+1 -1
......@@ -108,7 +108,7 @@ func (f *EnvAWSFingerprint) Fingerprint(cfg *config.Config, node *structs.Node)
for k, unique := range keys {
res, err := client.Get(metadataURL + k)
if res.StatusCode != http.StatusOK {
f.logger.Printf("[INFO]: fingerprint.env_aws: Could not read value for attribute %q", k)
f.logger.Printf("[DEBUG]: fingerprint.env_aws: Could not read value for attribute %q", k)
continue
}
if err != nil {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment