|
|
@ -154,7 +154,7 @@ bool Main::init(std::vector<std::string> &content, Files::Collections &collectio
|
|
|
|
InitMgr(mgr);
|
|
|
|
InitMgr(mgr);
|
|
|
|
|
|
|
|
|
|
|
|
int logLevel = mgr.getInt("logLevel", "General");
|
|
|
|
int logLevel = mgr.getInt("logLevel", "General");
|
|
|
|
Log::SetLevel(logLevel);
|
|
|
|
Log::Get().SetLevel(logLevel);
|
|
|
|
if (addr.empty())
|
|
|
|
if (addr.empty())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
pMain->server = mgr.getString("destinationAddress", "General");
|
|
|
|
pMain->server = mgr.getString("destinationAddress", "General");
|
|
|
|