Log pov size as info (#558)

This commit is contained in:
Bastian Köcher
2021-08-03 21:52:41 +02:00
committed by GitHub
parent 6c0abc6f7d
commit 0f4674c04e
+1 -1
View File
@@ -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,