mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
decrease the log level to debug because it is too noisy
This commit is contained in:
committed by
Dmitry Rodionov
parent
5c5629910f
commit
8609234204
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user