]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #1396:
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 23 Jan 2026 16:46:14 +0000 (17:46 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 23 Jan 2026 16:46:14 +0000 (17:46 +0100)
- Merge #1396: Log Linux thread ID.
- On Linux systems log the system-wide unique thread ID instead of
  Unbound's internal thread counter.
- Introduce the 'log-thread-id' configuration option to manage logging
  the system-wide Linux thread ID for easier debugging with system
  tools.

doc/Changelog

index bc6eaa2d63f7455d51b1edf73954e4970ab4bb6d..b66265751c87118efc55828b563293f9269dae54 100644 (file)
@@ -1,3 +1,11 @@
+23 January 2026: Yorgos
+       - Merge #1396: Log Linux thread ID.
+       - On Linux systems log the system-wide unique thread ID instead of
+         Unbound's internal thread counter.
+       - Introduce the 'log-thread-id' configuration option to manage logging
+         the system-wide Linux thread ID for easier debugging with system
+         tools.
+
 22 January 2026: Wouter
        - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname
          and max_global_quota options.