decrease log message severity for timeline checkpoint internals

This commit is contained in:
Dmitry Rodionov
2022-03-23 17:13:01 +04:00
committed by Dmitry Rodionov
parent e80ae4306a
commit 0be7ed0cb5

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