Add log timers and better logging around DMARC record fetching.

Review Request #14366 — Created March 11, 2025 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

In the event of a DNS issue, it's helpful to know how long a process
took to attempt the resolution, and to know what the failure was. To
help with this, we now wrap the DNS fetching with log_timed() and have
logging for different failure types.

Unit tests pass.

Commits

Files