Remove OLAP_LOG_DEBUG AND OLAP_LOG_TRACE log format (#378)

Use VLOG(3) and VLOG(10) instead
This commit is contained in:
李超勇
2018-12-03 10:08:21 +08:00
committed by Mingyu Chen
parent fb8304123d
commit ff95f23615
37 changed files with 286 additions and 360 deletions

View File

@ -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;