[FEATURE]maat support dynamic reload log_level

This commit is contained in:
liuwentan
2023-12-05 16:31:18 +08:00
parent f48afd54f6
commit 59ee9364c9
9 changed files with 98 additions and 122 deletions

View File

@@ -181,10 +181,7 @@ static int cm_read_table_file(struct cm_table_info_t *index,
continue;
}
ret = update_fn(index->table_name, line, u_param);
if (ret < 0) {
break;
}
update_fn(index->table_name, line, u_param);
}
FREE(file_buff);