reduce verbosity of log line

This commit is contained in:
Tim Hockin 2015-05-21 13:09:18 -07:00
parent 6b428ef1a8
commit a29240f2c5

View File

@ -146,7 +146,7 @@ func (pb *prober) Probe(pod *api.Pod, status api.PodStatus, container api.Contai
return ready, nil
}
}
glog.V(1).Infof("Readiness probe for %q succeeded", ctrName)
glog.V(3).Infof("Readiness probe for %q succeeded", ctrName)
}
pb.readinessManager.SetReadiness(containerID, true)