[PALF] adjust log level

This commit is contained in:
BinChenn
2023-04-26 13:04:25 +00:00
committed by ob-robot
parent 17ea70672e
commit 4154d0df4b
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ int ObLSAdapter::wait_append_sync(const share::ObLSID &ls_id)
ObLSHandle ls_handle;
ObLogHandler *log_handler = NULL;
if (OB_FAIL(ls_service_->get_ls(ls_id, ls_handle, ObLSGetMod::ADAPTER_MOD))) {
CLOG_LOG(ERROR, "get log stream failed", K(ret), K(ls_id));
CLOG_LOG(WARN, "get log stream failed", K(ret), K(ls_id));
} else if (OB_ISNULL(ls = ls_handle.get_ls())) {
ret = OB_ERR_UNEXPECTED;
CLOG_LOG(ERROR, "log stream not exist", K(ret), K(ls_id));