mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1706] [MERGED] Cleanup Erikh's tracing conversion #2539
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2539
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1706
Author: @bluejekyll
Created: 5/3/2022
Status: ✅ Merged
Merged: 5/9/2022
Merged by: @bluejekyll
Base:
main← Head:erikh-tracing📝 Commits (7)
346909fMove log to tracing packagef77c222Move util subpackage to tracing package6fd2456Restore enabled checks with level_enabled! macro4981b8dcleanup transition to tracing6509957updates from PR review for tracing6772fb0update Windows OpenSSL version to 1_1_1o57c5b1frebase to main for tracing📊 Changes
76 files changed (+357 additions, -253 deletions)
View changed files
📝
Cargo.lock(+101 -38)📝
Makefile.toml(+1 -1)📝
bin/Cargo.toml(+2 -3)📝
bin/src/named.rs(+77 -55)📝
bin/tests/named_https_tests.rs(+0 -3)📝
bin/tests/named_openssl_tests.rs(+0 -3)📝
bin/tests/named_quic_tests.rs(+0 -3)📝
bin/tests/named_rustls_tests.rs(+0 -3)📝
bin/tests/named_test_rsa_dnssec.rs(+2 -4)📝
bin/tests/named_tests.rs(+0 -3)📝
bin/tests/server_harness/mod.rs(+1 -0)📝
crates/client/Cargo.toml(+2 -1)📝
crates/client/src/client/async_client.rs(+1 -1)📝
crates/client/src/rr/dnssec/signer.rs(+3 -1)📝
crates/client/src/rr/dnssec/tsig.rs(+3 -1)📝
crates/client/src/serialize/txt/rdata_parsers/caa.rs(+1 -1)📝
crates/proto/Cargo.toml(+2 -2)📝
crates/proto/src/https/https_client_stream.rs(+1 -1)📝
crates/proto/src/https/https_server.rs(+1 -1)📝
crates/proto/src/https/request.rs(+1 -1)...and 56 more files
📄 Description
@erikh, I hope you don't mind, I took your changes and made the last few changes necessary.
@djc, Do you think this would require a major bump to the version? I think the log-line structure for the
namedbinary is consistent with it's original output if not identical (it's pretty close).@hawkw, could I bother you for your opinion on this?
closes: #1667
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.