mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: downgrade dns debug! to trace (#7384)
This commit is contained in:
@ -255,7 +255,7 @@ impl<R: Resolver> DnsDiscoveryService<R> {
|
||||
debug!(target: "disc::dns",%err, domain=%link.domain, ?hash, "Failed to lookup entry")
|
||||
}
|
||||
None => {
|
||||
debug!(target: "disc::dns",domain=%link.domain, ?hash, "No dns entry")
|
||||
trace!(target: "disc::dns",domain=%link.domain, ?hash, "No dns entry")
|
||||
}
|
||||
Some(Ok(entry)) => {
|
||||
// cache entry
|
||||
|
||||
Reference in New Issue
Block a user