mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user