Skip to content
Snippets Groups Projects
Commit 00c3bfa0 authored by Seemant Aggarwal's avatar Seemant Aggarwal
Browse files

explicit import for sc_tracing::logging

parent 53918025
No related merge requests found
Pipeline #516547 waiting for manual action with stages
in 1 hour, 19 minutes, and 13 seconds
......@@ -31,6 +31,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface};
// Substrate Imports
use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE;
use polkadot_sdk::sc_tracing::logging;
use prometheus_endpoint::Registry;
use sc_client_api::Backend;
use sc_consensus::ImportQueue;
......@@ -228,7 +229,7 @@ fn start_consensus(
}
/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.
#[sc_tracing::logging::prefix_logs_with("Parachain")]
#[logging::prefix_logs_with("Parachain")]
pub async fn start_parachain_node(
parachain_config: Configuration,
polkadot_config: Configuration,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment