- Fix (increase) verbosity level for iterator error log in

processQueryTargets().
This commit is contained in:
George Thessalonikefs 2021-04-12 16:49:45 +02:00
parent addd21f750
commit 403d0551b7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
12 April 2021: George
- Fix (increase) verbosity level for iterator error log in
processQueryTargets().
12 April 2021: Wouter 12 April 2021: Wouter
- Fix permission denied sendto log, squelch the log messages - Fix permission denied sendto log, squelch the log messages
unless high verbosity is set. unless high verbosity is set.

View file

@ -2611,7 +2611,7 @@ processQueryTargets(struct module_qstate* qstate, struct iter_qstate* iq,
(iq->dp->ssl_upstream || qstate->env->cfg->ssl_upstream), (iq->dp->ssl_upstream || qstate->env->cfg->ssl_upstream),
target->tls_auth_name, qstate); target->tls_auth_name, qstate);
if(!outq) { if(!outq) {
log_addr(VERB_DETAIL, "error sending query to auth server", log_addr(VERB_QUERY, "error sending query to auth server",
&target->addr, target->addrlen); &target->addr, target->addrlen);
if(!(iq->chase_flags & BIT_RD) && !iq->ratelimit_ok) if(!(iq->chase_flags & BIT_RD) && !iq->ratelimit_ok)
infra_ratelimit_dec(qstate->env->infra_cache, iq->dp->name, infra_ratelimit_dec(qstate->env->infra_cache, iq->dp->name,