Unverified Commit 6ca57a58 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #2020 from bittrance/azure-ns-is-debug-level

Downgrade Azure provider "Failed to extract" log message to debug
Showing with 1 addition and 1 deletion
+1 -1
...@@ -119,7 +119,7 @@ func (p *AzureProvider) Records(ctx context.Context) (endpoints []*endpoint.Endp ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment