Add domain to DNS error log

I’m finding that DNS errors printed to the log, particularly those coming from DOH queries, are somewhat useless by themselves:

14:14:57 dns,error DoH server connection error: remote disconnected while in HTTP exchange
14:17:32 dns,error DoH server connection error: Idle timeout - waiting data

It would be nice if those messages included the domain name being queried. It’s the logical first question to ask in diagnosing any issue, but the only way to figure it out is to turn on logging for the “dns” topic and manually examine the queries happening at that time. That’s quite tedious since that topic can quickly generate a ton of data (even if you turn off the “packet” topic).

I don’t know if there is a preferred place to make small feature requests like this. If anyone knows a better place, please let me know. Thanks.