diff --git a/core/storage/wal.rs b/core/storage/wal.rs index d21267bbb..61663f0e2 100644 --- a/core/storage/wal.rs +++ b/core/storage/wal.rs @@ -2083,7 +2083,7 @@ impl WalFile { "We must hold writer and checkpoint locks to restart the log, found: {:?}", self.checkpoint_guard ); - tracing::info!("restart_log(mode={mode:?})"); + tracing::debug!("restart_log(mode={mode:?})"); { // Block all readers let mut shared = self.get_shared_mut();