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

Commit

Permalink
Log pov size as info (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Aug 3, 2021
1 parent 71ed6b2 commit 53c5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/collator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ where
// Create the parachain block data for the validators.
let b = ParachainBlockData::<Block>::new(header, extrinsics, compact_proof);

tracing::debug!(
tracing::info!(
target: LOG_TARGET,
"PoV size {{ header: {}kb, extrinsics: {}kb, storage_proof: {}kb }}",
b.header().encode().len() as f64 / 1024f64,
Expand Down

0 comments on commit 53c5340

Please sign in to comment.