Revert "Add log rotation (#6564)" (#6627)

This reverts commit 6eb2eb81c5.
This commit is contained in:
Bastian Köcher
2020-07-10 12:43:41 +02:00
committed by GitHub
parent 150ef0a40a
commit 64114267b2
7 changed files with 84 additions and 50 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ fn main() {
let opt = Opt::from_args();
if !opt.json {
sc_cli::init_logger("", None).expect("init_logger should not fail.");
sc_cli::init_logger("");
}
let mut import_benchmarks = Vec::new();