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

fixing umbrella crate changes

parent 1ed9c369
No related merge requests found
Pipeline #516487 waiting for manual action with stages
in 1 hour, 18 minutes, and 53 seconds
......@@ -228,7 +228,7 @@ fn start_consensus(
}
/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.
#[logging::prefix_logs_with("Parachain")]
#[sc_tracing::logging::prefix_logs_with("Parachain")]
pub async fn start_parachain_node(
parachain_config: Configuration,
polkadot_config: Configuration,
......
......@@ -1181,7 +1181,6 @@ pub use sc_telemetry;
/// Instrumentation implementation for substrate.
#[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