decrease log message severity for timeline checkpoint internals

This commit is contained in:
Dmitry Rodionov
2022-03-23 18:20:43 +04:00
committed by Dmitry Rodionov
parent e80ae4306a
commit 0be7ed0cb5
+1 -1
View File
@@ -1529,7 +1529,7 @@ impl LayeredTimeline {
&& oldest_lsn >= freeze_end_lsn
// this layer intersects with evicted layer and so also need to be evicted
{
info!(
debug!(
"the oldest layer is now {} which is {} bytes behind last_record_lsn",
oldest_layer.filename().display(),
distance