Refine logger; add UrlQuery for query parameters.

This commit is contained in:
Adam Gu
2018-05-11 17:14:32 +08:00
parent 2496862fa0
commit b6ebba771b
20 changed files with 149 additions and 89 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main(int argc, char* argv[]) {
return 1;
}
LOG_INIT(webcc::VERB, 0);
LOG_INIT(webcc::INFO, 0);
unsigned short port = std::atoi(argv[1]);