[PALF] adjust log level
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user