core/storage: Demote restart_log() logging to debug

This commit is contained in:
Pekka Enberg
2025-09-09 15:02:40 +03:00
parent a93fe6be52
commit ca51a60b3c

View File

@@ -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();