Log all tracing output just in case

This commit is contained in:
Andrej Mihajlov
2025-06-04 11:40:56 +02:00
parent d7779df1b7
commit f5846d5bc2
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -141,6 +141,10 @@ mod tests {
#[tokio::test]
async fn test_wait_close() {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::TRACE)
.init();
let temp_dir = tempfile::tempdir().unwrap();
let database_path = temp_dir.path().join("storage.db");