mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
reduce verbosity of log line
This commit is contained in:
parent
6b428ef1a8
commit
a29240f2c5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user