mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -51,7 +51,7 @@ use futures::prelude::*;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
const LOG_TARGET: &'static str = "candidate_validation";
|
||||
const LOG_TARGET: &'static str = "parachain::candidate-validation";
|
||||
|
||||
/// The candidate validation subsystem.
|
||||
pub struct CandidateValidationSubsystem<S> {
|
||||
|
||||
Reference in New Issue
Block a user