mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
Downgrade Azure provider "Failed to extract" log to debug
When running the Azure provider at default log level, this messages is 1/min and is the only messge in the log. Debug seems more reasonable and matches what Azure Private provider.
This commit is contained in:
parent
030d86c201
commit
ae1c2fa892
@ -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