Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelERROR,LM.SeverityUnknown,LM.ImpactUnknown,LM.MessageNameDATABASE,`It was not possible to connect to the MongoDB host `+config.ConfigDBHostname,errDial.Error())
fmt.Printf("[Error] Was not able to connect to the configuration database: %s. Please read https://github.com/SommerEngineering/Ocean.\n",errDial.Error())
Log.LogFull(senderName,LM.CategorySYSTEM,LM.LevelSECURITY,LM.SeverityUnknown,LM.ImpactUnknown,LM.MessageNameDATABASE,`It was not possible to login the user `+config.ConfigDBConfigurationCollectionUsername,errLogin.Error())
fmt.Printf("[Error] Was not able to connect to the configuration database: %s. Please read https://github.com/SommerEngineering/Ocean.\n",errLogin.Error())