mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 01:57:56 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -66,7 +66,7 @@ use statement_table::{
|
||||
};
|
||||
use thiserror::Error;
|
||||
|
||||
const LOG_TARGET: &str = "candidate_backing";
|
||||
const LOG_TARGET: &str = "parachain::candidate-backing";
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
enum Error {
|
||||
|
||||
Reference in New Issue
Block a user