From aef8b3aa64e240762d60c788b684f00e20b2146b Mon Sep 17 00:00:00 2001 From: WeiXinChan Date: Wed, 17 Jul 2024 02:47:07 +0000 Subject: [PATCH] [Bugfix]Solve the problem that logs are frequently printed --- src/observer/table/ob_table_end_trans_cb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/observer/table/ob_table_end_trans_cb.cpp b/src/observer/table/ob_table_end_trans_cb.cpp index 49eabd1df..9da8eae9c 100644 --- a/src/observer/table/ob_table_end_trans_cb.cpp +++ b/src/observer/table/ob_table_end_trans_cb.cpp @@ -87,7 +87,7 @@ void ObTableExecuteEndTransCb::callback(int cb_param) if (OB_FAIL(response_sender_.response(cb_param))) { LOG_WARN("failed to send response", K(ret), K(cb_param)); } else { - LOG_INFO("async send execute response", K(cb_param)); + LOG_DEBUG("async send execute response", K(cb_param)); } this->destroy_cb_if_no_ref();