modidy rs self_checker's log level

This commit is contained in:
linqiucen
2023-05-09 18:15:48 +00:00
committed by ob-robot
parent d98f89683d
commit 2bfbb44326

View File

@ -8804,7 +8804,7 @@ int ObRootService::ObSelfCheckTask::process()
{
int ret = OB_SUCCESS;
if (OB_FAIL(root_service_.self_check())) {
LOG_ERROR("fail to do root inspection check, please check it", K(ret));
LOG_WARN("fail to do root inspection check, please check it", K(ret));
} else {
LOG_INFO("self check success!");
}