Skip to content
Snippets Groups Projects
Commit 0f4674c0 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Log pov size as info (#558)

parent 6c0abc6f
Branches
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment