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

adding sc_tracing::loggin in sc-tracing feature

parent 41a860ea
No related merge requests found
Pipeline #516480 waiting for manual action with stages
in 7 minutes and 29 seconds
......@@ -228,7 +228,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,
......
......@@ -1179,8 +1179,9 @@ pub use sc_sysinfo;
pub use sc_telemetry;
/// Instrumentation implementation for substrate.
#[cfg(feature = "node")]
#[cfg(feature = "sc-tracing")]
pub use sc_tracing;
pub use sc_tracing::logging;
/// Helper macros for Substrate's client CLI.
#[cfg(feature = "sc-tracing-proc-macro")]
......
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