decrease the log level to debug because it is too noisy

This commit is contained in:
Dmitry Rodionov
2022-03-29 22:44:33 +03:00
committed by Dmitry Rodionov
parent 5c5629910f
commit 8609234204

View File

@@ -1645,11 +1645,8 @@ impl LayeredTimeline {
};
let num_deltas = layers.count_deltas(&img_range, &(img_lsn..lsn))?;
if num_deltas == 0 {
continue;
}
info!(
debug!(
"range {}-{}, has {} deltas on this timeline",
img_range.start, img_range.end, num_deltas
);