Skip to content

Commit 057df8c

Browse files
committed
Change log level to debug for missing metric data in LogicalMeterActor
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent a926fa8 commit 057df8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logical_meter/logical_meter_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ impl LogicalMeterActor {
521521
.iter()
522522
.find(|s| s.metric == metric as i32)
523523
else {
524-
tracing::warn!(
524+
tracing::debug!(
525525
"No data for metric {:?} in component {}",
526526
metric,
527527
resampler.component_id

0 commit comments

Comments
 (0)