mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
info log on detach
This commit is contained in:
@@ -1168,6 +1168,12 @@ pub(super) async fn detach_and_reparent(
|
||||
.await
|
||||
.context("publish layers and detach ancestor")?;
|
||||
|
||||
tracing::info!(
|
||||
ancestor=%ancestor.timeline_id,
|
||||
%ancestor_lsn,
|
||||
inherited_layers=%layers.len(),
|
||||
"detached from ancestor"
|
||||
);
|
||||
(ancestor, ancestor_lsn, true)
|
||||
}
|
||||
Ancestor::Detached(ancestor, ancestor_lsn) => (ancestor, ancestor_lsn, false),
|
||||
|
||||
Reference in New Issue
Block a user