Skip to content

Commit

Permalink
Merge pull request #3556 from angrycub/f-fingerprint-log-level
Browse files Browse the repository at this point in the history
Dropped loglevel for AWS fingerprinter env read misses to DEBUG
  • Loading branch information
angrycub authored Nov 16, 2017
2 parents c0e79a1 + 83aa625 commit 24c8d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fingerprint/env_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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("[WARN]: 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 {
Expand Down

0 comments on commit 24c8d2c

Please sign in to comment.