mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Merge pull request #107427 from NikhilSharmaWe/remLog
removed unnecessary log line
This commit is contained in:
@@ -255,7 +255,6 @@ func (hcs *server) SyncEndpoints(newEndpoints map[types.NamespacedName]int) erro
|
|||||||
|
|
||||||
for nsn, count := range newEndpoints {
|
for nsn, count := range newEndpoints {
|
||||||
if hcs.services[nsn] == nil {
|
if hcs.services[nsn] == nil {
|
||||||
klog.V(3).InfoS("Not saving endpoints for unknown healthcheck", "service", nsn)
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
klog.V(3).InfoS("Reporting endpoints for healthcheck", "endpointCount", count, "service", nsn)
|
klog.V(3).InfoS("Reporting endpoints for healthcheck", "endpointCount", count, "service", nsn)
|
||||||
|
|||||||
Reference in New Issue
Block a user