mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -28,7 +28,7 @@ const WORKER_ARG: &'static str = "validation-worker";
|
||||
/// CLI Argument to start in validation worker mode.
|
||||
pub const WORKER_ARGS: &[&'static str] = &[WORKER_ARG];
|
||||
|
||||
const LOG_TARGET: &'static str = "validation-worker";
|
||||
const LOG_TARGET: &'static str = "parachain::validation-worker";
|
||||
|
||||
mod workspace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user