mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
chore: change info to debug for scanning physical table (#6180)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use api::v1::SemanticType;
|
||||
use common_telemetry::{error, info, tracing};
|
||||
use common_telemetry::{debug, error, tracing};
|
||||
use datafusion::logical_expr::{self, Expr};
|
||||
use snafu::{OptionExt, ResultExt};
|
||||
use store_api::metadata::{RegionMetadataBuilder, RegionMetadataRef};
|
||||
@@ -40,7 +40,7 @@ impl MetricEngineInner {
|
||||
let is_reading_physical_region = self.is_physical_region(region_id);
|
||||
|
||||
if is_reading_physical_region {
|
||||
info!(
|
||||
debug!(
|
||||
"Metric region received read request {request:?} on physical region {region_id:?}"
|
||||
);
|
||||
self.read_physical_region(region_id, request).await
|
||||
|
||||
Reference in New Issue
Block a user