enhance: change plan desc log from info to debug (#30304)

#30172

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
zhagnlu 2024-01-28 16:04:38 +08:00 committed by GitHub
parent 6abbab12fa
commit aeb1e36f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,10 +81,10 @@ ExecPlanNodeVisitor::ExecuteExprNodeInternal(
bool& cache_offset_getted,
std::vector<int64_t>& cache_offset) {
bitset_holder.clear();
LOG_INFO("plannode: {}, active_count: {}, timestamp: {}",
plannode->ToString(),
active_count,
timestamp_);
LOG_DEBUG("plannode: {}, active_count: {}, timestamp: {}",
plannode->ToString(),
active_count,
timestamp_);
auto plan = plan::PlanFragment(plannode);
// TODO: get query id from proxy
auto query_context = std::make_shared<milvus::exec::QueryContext>(