Companion PR for 7934 (#2348)

* Telemetry API struct renamed

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Cecile Tonglet
2021-01-29 12:18:39 +01:00
committed by GitHub
parent 7f019517ca
commit c38ab3c331
4 changed files with 142 additions and 142 deletions
@@ -25,7 +25,7 @@ async fn collating_using_adder_collator(task_executor: sc_service::TaskExecutor)
use futures::join;
use polkadot_primitives::v1::Id as ParaId;
let mut builder = sc_cli::GlobalLoggerBuilder::new("");
let mut builder = sc_cli::LoggerBuilder::new("");
builder.with_colors(false);
builder.init().expect("Set up logger");