diff --git a/services/instance.go b/services/instance.go index 03106b44..68337381 100644 --- a/services/instance.go +++ b/services/instance.go @@ -459,6 +459,7 @@ func (s *InstanceService) reload() { s.instanceRepo.Reload(func(uuid uuid.UUID) { err := s.load(uuid) if err != nil { + logger.Error(err).Print() return } })