Tracing - Implement feature to record values with span creation (#4242)

* implement feature to record arbitrary values with span creation

* align dependency versions

* Fix formatting, refactor

* Change `Level` in decl_module from `INFO` to `DEBUG`, because we may
want to use `INFO` in spans added manually in individual pallets, in future.
This commit is contained in:
mattrutherford
2019-11-29 15:44:42 +00:00
committed by GitHub
parent 3da736fdf6
commit 6639e9b254
5 changed files with 251 additions and 151 deletions
+1
View File
@@ -30,6 +30,7 @@ sp-blockchain = { path = "../primitives/blockchain" }
state-machine = { package = "substrate-state-machine", path = "../primitives/state-machine" }
substrate-telemetry = { path = "telemetry" }
trie = { package = "substrate-trie", path = "../primitives/trie" }
tracing = "0.1.10"
[dev-dependencies]
env_logger = "0.7.0"