Unverified Commit feb5039e authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Revert log rotation (#1389)

* Revert log rotation

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

* 'Update substrate'

Co-authored-by: parity-processbot <>
parent 64d0c7ae
Pipeline #100206 passed with stages
in 26 minutes and 27 seconds
This diff is collapsed.
......@@ -198,7 +198,7 @@ pub fn run() -> Result<()> {
}
},
Some(Subcommand::ValidationWorker(cmd)) => {
sc_cli::init_logger("", None)?;
sc_cli::init_logger("");
if cfg!(feature = "browser") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))
......
Supports Markdown
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