diff --git a/internal/core/src/query/visitors/ExecPlanNodeVisitor.cpp b/internal/core/src/query/visitors/ExecPlanNodeVisitor.cpp index cbe7202fc6..e1d048d04d 100644 --- a/internal/core/src/query/visitors/ExecPlanNodeVisitor.cpp +++ b/internal/core/src/query/visitors/ExecPlanNodeVisitor.cpp @@ -81,10 +81,10 @@ ExecPlanNodeVisitor::ExecuteExprNodeInternal( bool& cache_offset_getted, std::vector& 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(