Skip to content

Commit

Permalink
chore: Add computed receipt info log
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Mar 12, 2024
1 parent 60c4d41 commit 0e575a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions homestar-runtime/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,13 @@ where
"committed to database"
);

info!(
subject = "worker.receipt",
category = "worker.run",
receipt_cid = stored_receipt.cid().to_string(),
"computed receipt"
);

let _ = self
.event_sender
.send_async(Event::CapturedReceipt(Captured::with(
Expand Down

0 comments on commit 0e575a1

Please sign in to comment.