Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
av-store: Add log that prunning started
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Jun 5, 2023
1 parent 53cd776 commit ec58648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/core/av-store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ async fn start_prune_all<Context>(
"av-store-prunning",
Box::pin(async move {
let _timer = metrics.time_pruning();

gum::debug!(target: LOG_TARGET, "Prunning started");
let result = prune_all(&db, &config, time_now);

if let Err(err) = pruning_result_tx.send(result).await {
Expand Down

0 comments on commit ec58648

Please sign in to comment.