mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -30,7 +30,7 @@ use polkadot_node_network_protocol::PeerId;
|
||||
use polkadot_primitives::v1::{AuthorityDiscoveryId, Block, Hash};
|
||||
use polkadot_node_network_protocol::peer_set::{PeerSet, PerPeerSet};
|
||||
|
||||
const LOG_TARGET: &str = "validator_discovery";
|
||||
const LOG_TARGET: &str = "parachain::validator-discovery";
|
||||
|
||||
/// An abstraction over networking for the purposes of validator discovery service.
|
||||
#[async_trait]
|
||||
|
||||
Reference in New Issue
Block a user