修改字符串配置编码转换失败的告警级别,从FATAL降为Debug,

This commit is contained in:
zhengchao
2020-11-17 16:42:51 +06:00
parent 1fd05de8a0
commit 17c450f8c3

View File

@@ -1230,7 +1230,7 @@ int add_expr_rule(struct Maat_table_schema* table,struct db_str_rule_t* db_rule,
region_string, &region_str_len); region_string, &region_str_len);
if(ret<0) if(ret<0)
{ {
MESA_handle_runtime_log(logger,RLOG_LV_FATAL,maat_module , MESA_handle_runtime_log(logger, RLOG_LV_DEBUG, maat_module ,
"Table %s region cfg %d charset convert from %s to %s failed.", "Table %s region cfg %d charset convert from %s to %s failed.",
table->table_name, table->table_name,
db_rule->region_id, db_rule->region_id,