core/storage: Reduce logging level

This commit is contained in:
Pekka Enberg
2025-10-17 20:09:00 +03:00
parent 3020966fbd
commit e03f6dbf94

View File

@@ -1912,7 +1912,7 @@ impl StreamingWalReader {
wfs.loaded.store(true, Ordering::SeqCst);
self.done.store(true, Ordering::Release);
tracing::info!(
tracing::debug!(
"WAL loading complete: {} frames processed, last commit at frame {}",
st.frame_idx - 1,
max_frame