Skip to content

Commit

Permalink
graph: add block number to POI logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaib Bapputty Haji authored and Shuaib Bapputty Haji committed Aug 9, 2023
1 parent aeacbeb commit 4c4dc39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graph/src/components/subgraph/proof_of_indexing/online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ impl ProofOfIndexing {
logger,
"Proof of indexing event";
"event" => &event,
"causality_region" => causality_region
"causality_region" => causality_region,
"block_number" => self.block_number
);
}

Expand Down

0 comments on commit 4c4dc39

Please sign in to comment.