companion for substrate#7474 (#1985)

* include new parameter in test `Configuration`

* update calls to `init_logger`

* "Update Substrate"

* cargo update -p sp-io

Co-authored-by: Matt <mattrutherford@users.noreply.github.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
mattrutherford
2020-12-03 14:32:56 +00:00
committed by GitHub
parent 3f4d405a30
commit 16a43d9e93
4 changed files with 182 additions and 150 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ pub fn run() -> Result<()> {
})
},
Some(Subcommand::ValidationWorker(cmd)) => {
let _ = sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None);
let _ = sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None, false);
if cfg!(feature = "browser") || cfg!(target_os = "android") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))