Skip to content
Snippets Groups Projects
Commit 54bace2b authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Companion for #6620 (#1386)

* Companiong for #6620

https://github.com/paritytech/substrate/pull/6620

* 'Update substrate'

Co-authored-by: parity-processbot <>
parent 1c5f9b09
No related merge requests found
This diff is collapsed.
......@@ -19,7 +19,7 @@ use log::info;
use service::{IdentifyVariant, self};
#[cfg(feature = "service-rewr")]
use service_new::{IdentifyVariant, self as service};
use sc_cli::{CliConfiguration, SubstrateCli, Result, RuntimeVersion, Role};
use sc_cli::{SubstrateCli, Result, RuntimeVersion, Role};
use crate::cli::{Cli, Subcommand};
fn get_exec_name() -> Option<String> {
......@@ -198,7 +198,7 @@ pub fn run() -> Result<()> {
}
},
Some(Subcommand::ValidationWorker(cmd)) => {
sc_cli::init_logger("", cli.run.base.log_rotation_opt()?)?;
sc_cli::init_logger("", None)?;
if cfg!(feature = "browser") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment