2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

change the log level of "resolver priming query complete"

this log message, formerly at level INFO, is now DEBUG(1),
so it won't be printed when running "delv +ns +nortrace".
This commit is contained in:
Evan Hunt
2023-01-31 13:30:12 -08:00
parent dbadc97387
commit 8ce33dca6a

View File

@@ -9974,7 +9974,7 @@ prime_done(void *arg) {
REQUIRE(VALID_RESOLVER(res));
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
"resolver priming query complete: %s",
isc_result_totext(resp->result));