mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Companion PR for 7934 (#2348)
* Telemetry API struct renamed * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user