provider/aws: Lower metadata log msg from WARN to INFO (#12967)
This commit is contained in:
parent
a77791ca4e
commit
d0bb43e0e2
|
@ -134,7 +134,7 @@ func GetCredentials(c *Config) (*awsCredentials.Credentials, error) {
|
||||||
if usedEndpoint == "" {
|
if usedEndpoint == "" {
|
||||||
usedEndpoint = "default location"
|
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)
|
"as it doesn't return any instance-id", usedEndpoint)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue