Skip to content

Commit c08e79b

Browse files
authored
chore: add trace for successful cache load (#55)
1 parent b9d6d31 commit c08e79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ impl JsonBlockCacheDB {
370370
warn!(target: "cache", ?err, ?path, "Failed to deserialize cache data");
371371
err
372372
})?;
373+
trace!(target: "cache", ?path, "read json cache");
373374
Ok(Self { cache_path: Some(path), data })
374375
}
375376

0 commit comments

Comments
 (0)