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