Using tracing and simplifying a lot of console output in Bitcoin driver

This commit is contained in:
Dave Hrycyszyn
2024-07-24 17:33:40 +01:00
parent b78aadabff
commit 479abcbba2
4 changed files with 66 additions and 68 deletions

View File

@@ -28,8 +28,8 @@ serde_json = "1.0.117"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.14"
tracing = "0.1.32"
# tracing-subscriber = "0.3.9"
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["std", "env-filter"]}
[dev-dependencies]