Skip to content

Commit

Permalink
Add l.Printf() for debugging found addrs from DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Aug 15, 2022
1 parent 82ca5df commit abc8544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/dns/dns_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (p *Provider) Addrs(args map[string]string, l *log.Logger) ([]string, error
addrs = append(addrs, t.A.String())
}
}
l.Printf("[DEBUG] discover-dns: found addrs %q", addrs)

return addrs, err
}

0 comments on commit abc8544

Please sign in to comment.