diff --git a/tools/api.go b/tools/api.go index 93802a0..64539a6 100644 --- a/tools/api.go +++ b/tools/api.go @@ -147,7 +147,7 @@ func (a *API) CheckRemoteAPIs(apis []DataType) (State, map[string]string, error) state := ALIVE reachable := false for _, api := range apis { // Check the state of each remote API in the list - l.Debug().Msg("Checking : " + api.String()) + l.Debug().Msg("Checking : " + api.String() + " at " + api.API()) var resp APIStatusResponse b, err := caller.CallGet("http://"+api.API()+":8080", "/oc/version/status") // Call the status endpoint of the remote API (standard OC status endpoint) if err != nil {