Skip to content

Commit

Permalink
chore: more detail of Choose DNS path log (daeuniverse#692)
Browse files Browse the repository at this point in the history
Co-authored-by: mzz <[email protected]>
  • Loading branch information
EkkoG and mzz2017 authored Nov 25, 2024
1 parent b159aed commit 6039b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/control_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,8 @@ func (c *ControlPlane) chooseBestDnsDialer(
"upstream": dnsUpstream.String(),
"choose": string(l4proto) + "+" + string(ipversion),
"use": bestTarget.String(),
"outbound": bestOutbound.Name,
"dialer": bestDialer.Property().Name,
}).Traceln("Choose DNS path")
}
return &dialArgument{
Expand Down

0 comments on commit 6039b25

Please sign in to comment.