Fix runner warnings (#8211)

This commit is contained in:
Mykhailo Pylyp
2020-11-30 16:16:49 +02:00
committed by GitHub
parent 7c9888300b
commit f0553c370a
17 changed files with 101 additions and 139 deletions

View File

@@ -40,7 +40,6 @@ void to_file(std::wstring_view file_name, const JsonObject& obj)
}
catch (...)
{
std::cerr << "Can not create log config file" << std::endl;
}
}
@@ -61,7 +60,6 @@ LogSettings to_settings(JsonObject jobject)
}
catch (...)
{
std::cerr << "Can not read log level from config file" << std::endl;
result.logLevel = LogSettings::defaultLogLevel;
}