provider/aws: Lower metadata log msg from WARN to INFO (#12967)

This commit is contained in:
Radek Simko 2017-03-22 15:12:13 +00:00 committed by GitHub
parent a77791ca4e
commit d0bb43e0e2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ func GetCredentials(c *Config) (*awsCredentials.Credentials, error) {
if usedEndpoint == "" {
usedEndpoint = "default location"
}
log.Printf("[WARN] Ignoring AWS metadata API endpoint at %s "+
log.Printf("[INFO] Ignoring AWS metadata API endpoint at %s "+
"as it doesn't return any instance-id", usedEndpoint)
}
}