diff options
| author | yzc <[email protected]> | 2019-12-31 17:53:59 +0800 |
|---|---|---|
| committer | yzc <[email protected]> | 2019-12-31 17:53:59 +0800 |
| commit | 0c451bfa44fcbc5ab1ed2be20510eb79d2d4c96d (patch) | |
| tree | bb1e11f92a3bacf613102836cf5cea3ec534b52c | |
| parent | 31f33737e73b3362de83637a80c1c0b7acf120b3 (diff) | |
添加日志相关配置信息
| -rw-r--r-- | http_check/http_check.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/http_check/http_check.conf b/http_check/http_check.conf index 036de03..467ef1a 100644 --- a/http_check/http_check.conf +++ b/http_check/http_check.conf @@ -1,3 +1,8 @@ [HTTP] SERVER_IP=192.168.40.132 SERVER_PORT=10000 +LOG_LEVEL=30 +MODULE_NAME=HTTP_CHECK +HTTP_CHECK_LOG_PATH=./plug/business/http_check/http_check_log +HTTP_CHECK_ERR_LOG_PATH=./plug/business/http_check/http_check_err_log + |
