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
View File
@@ -194,6 +194,7 @@ pub fn node_config(
announce_block: true,
base_path: Some(base_path),
informant_output_format: Default::default(),
disable_log_reloading: false,
}
}