From 8399b421cfb7fdac3e44b47816e50c4ad7860f86 Mon Sep 17 00:00:00 2001 From: yzc Date: Tue, 7 Jan 2020 11:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BC=A0=E5=85=A5=E7=9A=84=E6=97=A5=E5=BF=97=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http_check/src/http_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_check/src/http_check.c b/http_check/src/http_check.c index 3cdf5bc..ad5b2d7 100644 --- a/http_check/src/http_check.c +++ b/http_check/src/http_check.c @@ -477,7 +477,7 @@ int http_check_init() MESA_load_profile_int_def(http_check_conf_file, "HTTP", "LOG_LEVEL", &log_level, 30); printf("*v12*******read_ip:%s,read_port:%d\n",g_http_address, g_http_port); - http_check_log_handler = MESA_create_runtime_log_handle(http_check_log_path, RLOG_LV_INFO); + http_check_log_handler = MESA_create_runtime_log_handle(http_check_log_path, log_level); error_log_handler = MESA_create_runtime_log_handle(http_check_error_log_path, log_level); if (http_check_log_handler == NULL || error_log_handler == NULL) {