Revert log rotation (#1389)

* Revert log rotation

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

* 'Update substrate'

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2020-07-10 13:24:17 +02:00
committed by GitHub
parent 3725bb6228
commit 566281675b
2 changed files with 149 additions and 231 deletions
+148 -230
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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()))