Remove unnecessary logs
This commit is contained in:
parent
4fc37ea6fd
commit
1894579455
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue