Skip to content

Commit

Permalink
Merge pull request #443 from atc0005/log-hostname-field-for-successfu…
Browse files Browse the repository at this point in the history
…l-dns-resolution

Log hostname for successful DNS resolution
  • Loading branch information
atc0005 authored Jun 9, 2023
2 parents a1861dc + df95041 commit 3c7b476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mbxs/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func Connect(server string, port int, netType string, minTLSVer uint16, logger z
logger.Debug().
Int("count", len(lookupResults)).
Str("ips", strings.Join(lookupResults, ", ")).
Str("hostname", server).
Msg("successfully resolved IP Addresses for hostname")

}
Expand Down

0 comments on commit 3c7b476

Please sign in to comment.