[CP] [to #2024092600104587672] chore: adjust get_cursor log level from INFO to TRACE

This commit is contained in:
haohao022 2024-11-07 05:44:26 +00:00 committed by ob-robot
parent ddf80672d5
commit 79e529c9f1

View File

@ -1482,7 +1482,7 @@ ObPLCursorInfo *ObSQLSessionInfo::get_cursor(int64_t cursor_id)
{
ObPLCursorInfo *cursor = NULL;
if (OB_SUCCESS != pl_cursor_cache_.pl_cursor_map_.get_refactored(cursor_id, cursor)) {
LOG_INFO("get cursor info failed", K(cursor_id), K(get_sessid()));
LOG_TRACE("get cursor info failed", K(cursor_id), K(get_sessid()));
}
return cursor;
}