diff options
| author | liuxueli <[email protected]> | 2023-06-09 18:44:50 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-06-09 18:44:50 +0800 |
| commit | 692fa4b3a3bd2f5953b80e536cd694076118c5b2 (patch) | |
| tree | 96c8d897dc4a6950dab552b2cf5862f023057a72 /src/tsg_rule.cpp | |
| parent | 7e7b1165eda3ff3c26b677fef3359eaf7b88b9af (diff) | |
TSG-15446: Close状态未更新application metrics
Diffstat (limited to 'src/tsg_rule.cpp')
| -rw-r--r-- | src/tsg_rule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_rule.cpp b/src/tsg_rule.cpp index 73f0114..c7b352b 100644 --- a/src/tsg_rule.cpp +++ b/src/tsg_rule.cpp @@ -1928,7 +1928,7 @@ struct maat *init_maat_feather(const char* conffile, char* instance_name, char * get_data_center(effective_flag, effective_tag_key, g_tsg_maat_rt_para.data_center, sizeof(g_tsg_maat_rt_para.data_center)); } - int _log_level=LOG_LEVEL_FATAL; + int _log_level=LOG_LEVEL_INFO; MESA_load_profile_int_def(conffile, module,"LOG_LEVEL", &(_log_level), LOG_LEVEL_FATAL); char log_path[128]={0}; |
