Reduce log print when massive tablet load and dump

This commit is contained in:
JiahuaChen
2023-03-06 12:16:34 +00:00
committed by ob-robot
parent 90cb52ce38
commit 01c567e8e1
6 changed files with 7 additions and 7 deletions

View File

@ -434,7 +434,7 @@ int ObStorageLogReader::read_log(
STORAGE_REDO_LOG(WARN, "Fail to close file", K(ret), K(disk_addr));
} else {
pos = entry.get_serialize_size();
STORAGE_REDO_LOG(INFO, "Successfully read targeted log", K(ret), K(disk_addr), K(buf_len));
STORAGE_REDO_LOG(TRACE, "Successfully read targeted log", K(ret), K(disk_addr), K(buf_len));
}
return ret;