Skip to content

Commit 70ff567

Browse files
committed
TEMP: Increase log level
1 parent b994626 commit 70ff567

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/asimov-snapshot/src/storage

lib/asimov-snapshot/src/storage/fs.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ mod tests {
372372

373373
#[test]
374374
fn storage() {
375-
tracing_subscriber::fmt::init();
375+
tracing_subscriber::fmt()
376+
.with_max_level(tracing::Level::DEBUG)
377+
.init();
376378

377379
let tmp_dir = tempfile::Builder::new()
378380
.prefix("asimov-snapshot-fs-test")

0 commit comments

Comments
 (0)