mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
* Update tracing-core version * Use PR substrate pin * Fix logger init * Update substrate * Update cargo lock * Fix lock file issue * Update cargo lock Co-authored-by: David Palm <dvdplm@gmail.com> Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
Generated
+1
@@ -4713,6 +4713,7 @@ dependencies = [
|
||||
"sc-client-db",
|
||||
"sc-executor",
|
||||
"sc-service",
|
||||
"sc-tracing",
|
||||
"sp-api",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
|
||||
@@ -23,6 +23,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
service = { package = "polkadot-service", path = "../service", default-features = false, optional = true }
|
||||
service-new = { package = "polkadot-service-new", path = "../node/service", default-features = false, optional = true }
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ pub fn run() -> Result<()> {
|
||||
})
|
||||
},
|
||||
Some(Subcommand::ValidationWorker(cmd)) => {
|
||||
sc_cli::init_logger("");
|
||||
sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None);
|
||||
|
||||
if cfg!(feature = "browser") {
|
||||
Err(sc_cli::Error::Input("Cannot run validation worker in browser".into()))
|
||||
|
||||
Reference in New Issue
Block a user