From b2a1296b4d11a748c56fbd9489a9d8e312bb217d Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sun, 11 Sep 2016 14:02:59 -0400 Subject: [PATCH] Endpoints controller is logspamming --- pkg/controller/endpoint/endpoints_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/endpoint/endpoints_controller.go b/pkg/controller/endpoint/endpoints_controller.go index 9c9f06e7d02..fcb70d311f2 100644 --- a/pkg/controller/endpoint/endpoints_controller.go +++ b/pkg/controller/endpoint/endpoints_controller.go @@ -324,7 +324,7 @@ func (e *EndpointController) syncService(key string) { if !e.podStoreSynced() { // Sleep so we give the pod reflector goroutine a chance to run. time.Sleep(PodStoreSyncedPollPeriod) - glog.Infof("Waiting for pods controller to sync, requeuing service %v", key) + glog.V(4).Infof("Waiting for pods controller to sync, requeuing service %v", key) e.queue.Add(key) return }