sc-executor: Improve logging (#10869)

Improves the logging by switching to `tracing` for a better log output. Besides that, it also adds a
trace for the function being executed.
This commit is contained in:
Bastian Köcher
2022-02-16 20:39:22 +01:00
committed by GitHub
parent ba8c882a7a
commit 1a61cd40fa
4 changed files with 45 additions and 37 deletions
-1
View File
@@ -8253,7 +8253,6 @@ dependencies = [
"hex-literal",
"lazy_static",
"libsecp256k1",
"log 0.4.14",
"lru 0.6.6",
"parity-scale-codec",
"parking_lot 0.11.2",