Update Http Library

This commit is contained in:
2020-06-14 16:39:11 +02:00
parent a8381614e8
commit 86af7f0eb8
3 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(int argc, char** argv)
try
{
Logging::OpenLog();
Logging::SetLogMask(Logging::Severity::Debug);
Logging::SetLogMask(Logging::Severity::Info);
bool daemon = false;
clipp::group cli {