diff --git a/cumulus/client/collator/src/lib.rs b/cumulus/client/collator/src/lib.rs index ac7756df12d904537af13561aa53c3ff94a63836..610d41ad52d11473045700d154b0614141bf8e06 100644 --- a/cumulus/client/collator/src/lib.rs +++ b/cumulus/client/collator/src/lib.rs @@ -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,