mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
dbadc97387
commit
8ce33dca6a
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user