Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 8ce33dc

Browse files
committed
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".
1 parent dbadc97 commit 8ce33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dns/resolver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9974,7 +9974,7 @@ prime_done(void *arg) {
99749974
REQUIRE(VALID_RESOLVER(res));
99759975

99769976
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
9977-
DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
9977+
DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
99789978
"resolver priming query complete: %s",
99799979
isc_result_totext(resp->result));
99809980

0 commit comments

Comments
 (0)