initial data loading: an error is no longer fatal

therefore it does not prevent the services from starting
This commit is contained in:
Nicola Murino
2020-11-25 09:18:36 +01:00
parent 70bde8b2bc
commit 6699f5c2cc
3 changed files with 4 additions and 5 deletions

View File

@@ -105,7 +105,6 @@ func (s *Service) Start() error {
if err != nil {
logger.Error(logSender, "", "unable to load initial data: %v", err)
logger.ErrorToConsole("unable to load initial data: %v", err)
return err
}
httpConfig := config.GetHTTPConfig()