mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
Improve tracing (#5698)
* Improve tracing implementation * Enable tracing in runtime interfaces * Switch to `TRACE` level
This commit is contained in:
@@ -15,6 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
sp-wasm-interface = { version = "2.0.0-dev", path = "../wasm-interface", default-features = false }
|
||||
sp-std = { version = "2.0.0-dev", default-features = false, path = "../std" }
|
||||
sp-tracing = { version = "2.0.0-dev", default-features = false, path = "../tracing" }
|
||||
sp-runtime-interface-proc-macro = { version = "2.0.0-dev", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.8.0-dev", optional = true, path = "../externalities" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
|
||||
@@ -34,6 +35,7 @@ default = [ "std" ]
|
||||
std = [
|
||||
"sp-wasm-interface/std",
|
||||
"sp-std/std",
|
||||
"sp-tracing/std",
|
||||
"codec/std",
|
||||
"sp-externalities",
|
||||
"primitive-types/std",
|
||||
|
||||
Reference in New Issue
Block a user