prefix parachain log targets with parachain:: (#2600)

* prefix parachain log targets with parachain::

* even more consistent
This commit is contained in:
Andronik Ordian
2021-03-10 17:07:56 +01:00
committed by GitHub
parent 956be35dd4
commit baa691deb1
26 changed files with 29 additions and 26 deletions
@@ -63,7 +63,7 @@ const BENEFIT_VALID_STATEMENT_FIRST: Rep = Rep::BenefitMajorFirst(
/// Typically we will only keep 1, but when a validator equivocates we will need to track 2.
const VC_THRESHOLD: usize = 2;
const LOG_TARGET: &str = "statement_distribution";
const LOG_TARGET: &str = "parachain::statement-distribution";
/// The statement distribution subsystem.
pub struct StatementDistribution {