Remove noisy dns log

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-28 14:09:43 -04:00
parent eaf63d9da7
commit c8eb914d8a

View file

@ -53,8 +53,6 @@ local function a_records_and_min_ttl(answers)
end
local function resolve_host_for_qtype(r, host, qtype)
ngx_log(ngx_INFO, string_format("resolving %s with qtype %s", host, qtype))
local answers, err = r:query(host, { qtype = qtype }, {})
if not answers then
return nil, -1, err