]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Raise the log level of priming failures
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:02:41 +0000 (13:02 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:02:41 +0000 (13:02 +0000)
When a priming query is complete, it's currently logged at level ISC_LOG_DEBUG(1), regardless of success or failure. We are now raising it to ISC_LOG_NOTICE in the case of failure. [GL #3516]

Closes #3516

Merge branch '3516-log-priming-errors' into 'main'

Closes #3516

See merge request isc-projects/bind9!9121


Trivial merge