]> git.ipfire.org Git - thirdparty/bind9.git/commit
raise the log level of priming failures
authorEvan Hunt <each@isc.org>
Mon, 1 Jul 2024 20:00:04 +0000 (13:00 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:31:38 +0000 (15:31 +0200)
commit18d7be118fc946e63eaf4f873a95ab1daee4fa5c
treecfb2f2a299b0e2e3d7044b48bad5bafb4d45ade1
parent61ff983f00e9241fe9ae4f531fd18171d6dd6947
raise the log level of priming failures

when a priming query is complete, it's currently logged at
level ISC_LOG_INFO, regardless of success or failure. we
are now changing it to ISC_LOG_NOTICE in the case of failure
and ISC_LOG_DEBUG(1) in case of success.

(cherry picked from commit a84d54c6ff8edf4b0bd36c84fab1cae37684f7f8)
lib/dns/resolver.c