Fix: changed GetFullAddr() method: add debug point
This commit is contained in:
parent
4ce9064fbb
commit
22bc1e29a3
@ -122,7 +122,7 @@ func (s *Service) RegisterHealthChecks() {
|
||||
ticker := time.NewTicker(interval)
|
||||
for range ticker.C {
|
||||
if _, err := s.healthCheck(); err != nil {
|
||||
fmt.Printf("HealthCheck endpoint not available #: %v\n", err)
|
||||
fmt.Printf("HealthCheck endpoint not available (%s)#: %v\n", s.GetFullAddr(), err)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user