]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change QP and qpcache logging from DEBUG(1) to DEBUG(3)
authorAlessio Podda <alessio@isc.org>
Thu, 19 Jun 2025 12:49:53 +0000 (14:49 +0200)
committerAlessio Podda <alessio@isc.org>
Wed, 25 Jun 2025 12:37:01 +0000 (14:37 +0200)
commitef95806e0571a6871a79217eec477d44c6de7754
treed1ac1df4f928f020cbfb9f29405d2da5b75ed4a7
parent27f45d9f64a25e17c471a99723a2c4f8e2d43760
Change QP and qpcache logging from DEBUG(1) to DEBUG(3)

Per pspacek, currently qp and qpcache logs are too verbose and enabled at a
level too low compared to how often the logging is useful.

This commit increases the logging level, while keeping it configurable
via a define.
lib/dns/qp.c
lib/dns/qpcache.c