Merge pull request #5281 from aledbf/log

Remove unnecessary logs
This commit is contained in:
Kubernetes Prow Robot
2020-03-22 21:34:45 -07:00
committed by GitHub
3 changed files with 0 additions and 3 deletions
-2
View File
@@ -94,8 +94,6 @@ end
local function sync_backend(backend)
if not backend.endpoints or #backend.endpoints == 0 then
ngx.log(ngx.INFO, "there is no endpoint for backend ", backend.name,
". Removing...")
balancers[backend.name] = nil
return
end
@@ -57,7 +57,6 @@ end
local function sync_backend(backend)
if not backend.endpoints or #backend.endpoints == 0 then
ngx.log(ngx.INFO, string.format("there is no endpoint for backend %s. Skipping...", backend.name))
return
end