提交 e35841ce 编写于 作者: J Jonathan Pickett

--loglevel command line argument was not working

上级 6daa29da
......@@ -140,6 +140,9 @@ void loadServerConfigFromString(char *config) {
err = "Invalid log level. Must be one of debug, notice, warning";
goto loaderr;
}
#ifdef _WIN32
setLogVerbosityLevel(server.verbosity);
#endif
} else if (!strcasecmp(argv[0],"logfile") && argc == 2) {
FILE *logfp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册