Commit 8e9acdbb authored by Scott Piriou's avatar Scott Piriou
Browse files

Revert "Revert log rotation (#1389)"

This reverts commit feb5039e.
parent 52a1daff
Pipeline #101248 failed with stages
in 9 minutes and 6 seconds
This diff is collapsed.
...@@ -198,7 +198,7 @@ pub fn run() -> Result<()> { ...@@ -198,7 +198,7 @@ pub fn run() -> Result<()> {
} }
}, },
Some(Subcommand::ValidationWorker(cmd)) => { Some(Subcommand::ValidationWorker(cmd)) => {
sc_cli::init_logger(""); sc_cli::init_logger("", None)?;
if cfg!(feature = "browser") { if cfg!(feature = "browser") {
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into())) 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