avoid too many logs print & refine log print

This commit is contained in:
hiddenbomb
2023-06-27 11:59:31 +00:00
committed by ob-robot
parent 0b1a55b20a
commit 6c196d7b4a
3 changed files with 39 additions and 27 deletions

View File

@ -59,7 +59,7 @@ int ObTabletMediumInfoReader::init(common::ObArenaAllocator &allocator)
} else {
mds_end_ = true; // no mds table, directly iter end
ret = OB_SUCCESS;
LOG_INFO("no mds table", K(ret), K_(mds_end));
LOG_DEBUG("no mds table", K(ret), K_(mds_end));
}
} else if (OB_FAIL(mds_iter_.init(mds_table))) {
LOG_WARN("failed to init mds iter", K(ret));