Remove OLAP_LOG_DEBUG AND OLAP_LOG_TRACE log format (#378)
Use VLOG(3) and VLOG(10) instead
This commit is contained in:
@ -813,7 +813,7 @@ void* TaskWorkerPool::_push_worker_thread_callback(void* arg_this) {
|
||||
}
|
||||
|
||||
if (status == DORIS_SUCCESS) {
|
||||
OLAP_LOG_DEBUG("push ok.signature: %ld", agent_task_req.signature);
|
||||
VLOG(3) << "push ok.signature: " << agent_task_req.signature;
|
||||
error_msgs.push_back("push success");
|
||||
|
||||
++_s_report_version;
|
||||
|
||||
Reference in New Issue
Block a user