From eb67bc8348779055270e1871f6464cea909bf11d Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 22 Apr 2020 09:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=8B=E8=AF=95=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/tests/server.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/tests/server.c b/api/tests/server.c index b481f170..e346ca29 100644 --- a/api/tests/server.c +++ b/api/tests/server.c @@ -387,6 +387,8 @@ int main(int argc, char *argv[]) { .ini = ini_path, .ini_is_path = 1, .log_level = 0, + .log_file_path = NULL, + .log_file_days = 0, .ssl = ssl_path, .ssl_is_path = 1, .ssl_pwd = NULL,