reduce ObObjectStorageInfo log

This commit is contained in:
obdev
2024-02-21 09:21:54 +00:00
committed by ob-robot
parent fea19bc54e
commit 7b0674771d

View File

@ -135,11 +135,7 @@ int ObObjectStorageInfo::set(const common::ObStorageType device_type, const char
} else {
}
if (OB_SUCC(ret)) {
LOG_INFO("succ to parse storage info",
K_(device_type), K_(endpoint), K_(access_id), K_(extension));
} else {
if (OB_FAIL(ret)) {
reset();
}
return ret;