mirror of https://github.com/kubernetes/kops.git
Merge pull request #1423 from justinsb/less_dns_controller_logging
Turn down no-change logging in dns-controller
This commit is contained in:
commit
4c4945b9ba
|
@ -146,7 +146,7 @@ func (c *DNSController) snapshotIfChangedAndReady() *snapshot {
|
|||
aliasTargets := make(map[string][]Record)
|
||||
|
||||
if c.lastSuccessfulSnapshot != nil && s.changeCount == c.lastSuccessfulSnapshot.changeCount {
|
||||
glog.V(4).Infof("No changes since DNS values last successfully applied")
|
||||
glog.V(6).Infof("No changes since DNS values last successfully applied")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue