mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
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:
Generated
+148
-230
File diff suppressed because it is too large
Load Diff
@@ -198,7 +198,7 @@ pub fn run() -> Result<()> {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Some(Subcommand::ValidationWorker(cmd)) => {
|
Some(Subcommand::ValidationWorker(cmd)) => {
|
||||||
sc_cli::init_logger("", None)?;
|
sc_cli::init_logger("");
|
||||||
|
|
||||||
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()))
|
||||||
|
|||||||
Reference in New Issue
Block a user