Remove unnecessary logs

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-03-22 17:09:39 -03:00
parent 4fc37ea6fd
commit 1894579455
2 changed files with 0 additions and 3 deletions

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

View file

@ -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