]> git.ipfire.org Git - thirdparty/bind9.git/commit
add query ID to the query trace message
authorColin Vidal <colin@isc.org>
Wed, 5 Nov 2025 14:06:03 +0000 (15:06 +0100)
committerColin Vidal <colin@isc.org>
Thu, 6 Nov 2025 14:11:45 +0000 (15:11 +0100)
commit0b93d5725b6c34028a1ffe4471ff973eafca4516
tree66359086c2475012549e827094e4bd45d0c8ad72
parent2a640adbc1c02f1e9bd3a105d572a7bf49505d9f
add query ID to the query trace message

Adding the query ID to the query trace message. The log is now as the
following (id is at the end):

    query client=0x7f75c5017000 thread=0x7f75c6dfe680(foo.fr/A): \
      client attr:0x22300, query attr:0x700, restarts:0, \
      origqname:foo.fr, timer:0, authdb:0, referral:0, id:21338

This should help debugging tests, in particular to quickly get a
specific query from the logs.
lib/ns/query.c