TSG-15446: Close状态未更新application metrics

This commit is contained in:
liuxueli
2023-06-09 18:44:50 +08:00
parent 7e7b1165ed
commit 692fa4b3a3
2 changed files with 3 additions and 2 deletions

View File

@@ -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};