Fix a logger init issue.

This commit is contained in:
Adam Gu
2018-07-05 17:12:13 +08:00
parent b85377c3a3
commit 1d64421e33
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ int main(int argc, char* argv[]) {
return 1;
}
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE_FILE_OVERWRITE);
std::string host = argv[1];
std::string port = argv[2];