Bring back log prefixing (#245)

This commit is contained in:
Bastian Köcher
2020-11-23 00:08:52 +01:00
committed by GitHub
parent 0239b58e84
commit 9ed50e83c4
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ pub fn new_partial(
/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.
///
/// This is the actual implementation that is abstract over the executor and the runtime api.
#[sc_cli::prefix_logs_with("Parachain")]
async fn start_node_impl<RB>(
parachain_config: Configuration,
collator_key: CollatorPair,