diff options
| author | fengweihao <[email protected]> | 2022-02-28 14:53:04 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2022-02-28 14:53:04 +0800 |
| commit | 3dce53c1daf6e4f48bf1602e35b802f63efd8760 (patch) | |
| tree | cb1205457a0a286f9f6a906bb478e7ec48354269 /common | |
| parent | 2f1dfd65808cd2e701ba002e1cc4326029c6bfdd (diff) | |
TSG-9756 修改默认工作线程数为3,拆分安全策略和管控策略maat句柄v2.3.2-20220301
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/verify_policy_logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/verify_policy_logging.cpp b/common/src/verify_policy_logging.cpp index 758689d..8fab9dc 100644 --- a/common/src/verify_policy_logging.cpp +++ b/common/src/verify_policy_logging.cpp @@ -42,7 +42,7 @@ void * verify_syslog_init(const char *config) goto finish; } - logging_sc_lid.run_log_handle = MESA_create_runtime_log_handle("./logs", RLOG_LV_DEBUG); + logging_sc_lid.run_log_handle = MESA_create_runtime_log_handle("verify_policy", RLOG_LV_DEBUG); if(logging_sc_lid.run_log_handle == NULL){ mesa_runtime_log(RLOG_LV_FATAL, MODULE_NAME, "Create log runtime_log_handle error, init failed!"); goto finish; |
