improve code

This commit is contained in:
houseme
2025-04-22 09:14:09 +08:00
parent 6c70c03985
commit 0ed92b3b6f
12 changed files with 257 additions and 36 deletions
+1
View File
@@ -36,6 +36,7 @@ impl EventStore {
writer.write_all(b"\n").await?;
}
writer.flush().await?;
tracing::info!("Saved logs to {} end", file_path);
Ok(())
}