mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-17 14:04:34 +01:00
core/storage: Demote restart_log() logging to debug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user