mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 01:50:38 +00:00
decrease log message severity for timeline checkpoint internals
This commit is contained in:
committed by
Dmitry Rodionov
parent
e80ae4306a
commit
0be7ed0cb5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user