From 174cd00290bc5b91006f036a2b4e3119e96ed720 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Wed, 16 May 2018 20:20:05 +0100 Subject: [PATCH] Fix request-nsid log level to match documentation. Since change 3741 (commit 1d761cb4) they have been logged at debug(3) by mistake. --- lib/dns/resolver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index f9fddc962f..390fbc79a2 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -7618,7 +7618,7 @@ rctx_opt(respctx_t *rctx) { DNS_FETCHOPT_WANTNSID) != 0) { log_nsid(&optbuf, optlen, query, - ISC_LOG_DEBUG(3), + ISC_LOG_INFO, fctx->res->mctx); } isc_buffer_forward(&optbuf, optlen);