diff --git a/consul/discovery.go b/consul/discovery.go index b13fe3c..164c503 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -138,6 +138,7 @@ func (s *Service) healthCheck() (bool, error) { fmt.Printf("Sending HEALTH CHECK request to: %s\n", healthUrl) resp, err := client.Do(req) if err != nil { + fmt.Printf("Sending HEALTH CHECK request error: %v\n", err) return false } defer resp.Body.Close()