From a4fdef69ada35df0ec3553e05ba4b979d9b3c342 Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Wed, 25 Jun 2025 12:24:40 +0200 Subject: [PATCH] wip: one more log --- pageserver/src/tenant/timeline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/tenant/timeline.rs b/pageserver/src/tenant/timeline.rs index 4f47ca6faa..739fbb1da2 100644 --- a/pageserver/src/tenant/timeline.rs +++ b/pageserver/src/tenant/timeline.rs @@ -7412,7 +7412,7 @@ impl TimelineWriter<'_> { if let Some(wait_threshold) = wait_threshold { if l0_count >= wait_threshold { - debug!( + info!( "layer roll waiting for flush due to compaction backpressure at {l0_count} L0 layers" ); self.tl.wait_flush_completion(flush_id).await?;