diff --git a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp index f453e7cca3..0b3d01bbf9 100644 --- a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp +++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp @@ -268,8 +268,8 @@ Status FullTextIndexReader::query(OlapReaderStatistics* stats, RuntimeState* run SCOPED_RAW_TIMER(&stats->inverted_index_query_timer); std::string search_str = reinterpret_cast(query_value)->to_string(); - LOG(INFO) << column_name << " begin to search the fulltext index from clucene, query_str [" - << search_str << "]"; + VLOG_DEBUG << column_name << " begin to search the fulltext index from clucene, query_str [" + << search_str << "]"; try { InvertedIndexQueryInfo query_info;