modify log level for not print debug log

This commit is contained in:
Minionyh
2023-08-23 08:44:19 +00:00
committed by ob-robot
parent 114cf87a94
commit 931ebb3ad3

View File

@ -57,9 +57,9 @@ OB_NOINLINE int ObWorkerProcessor::process_err_test()
{
int ret = OB_SUCCESS;
LOG_WARN("process err_test", K(ret));
#ifdef ERRSIM
ret = EN_WORKER_PROCESS_REQUEST;
LOG_DEBUG("process err_test", K(ret));
#endif
return ret;
}