修改字符串配置编码转换失败的告警级别,从FATAL降为Debug,
This commit is contained in:
@@ -1230,7 +1230,7 @@ int add_expr_rule(struct Maat_table_schema* table,struct db_str_rule_t* db_rule,
|
|||||||
region_string, ®ion_str_len);
|
region_string, ®ion_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,
|
||||||
|
|||||||
Reference in New Issue
Block a user