mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Merge pull request #2020 from bittrance/azure-ns-is-debug-level
Downgrade Azure provider "Failed to extract" log message to debug
This commit is contained in:
commit
6ca57a58d3
@ -119,7 +119,7 @@ func (p *AzureProvider) Records(ctx context.Context) (endpoints []*endpoint.Endp
|
|||||||
}
|
}
|
||||||
targets := extractAzureTargets(&recordSet)
|
targets := extractAzureTargets(&recordSet)
|
||||||
if len(targets) == 0 {
|
if len(targets) == 0 {
|
||||||
log.Errorf("Failed to extract targets for '%s' with type '%s'.", name, recordType)
|
log.Debugf("Failed to extract targets for '%s' with type '%s'.", name, recordType)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
var ttl endpoint.TTL
|
var ttl endpoint.TTL
|
||||||
|
Loading…
Reference in New Issue
Block a user