Skip to content

Commit 1bbe653

Browse files
committed
Add tracing and tracing-log and clean up unnecessary logs
1 parent d6d6d08 commit 1bbe653

File tree

4 files changed

+169
-268
lines changed

4 files changed

+169
-268
lines changed

Cargo.lock

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ derivative = "2.1.1"
4040
anyhow = "1.0.32"
4141
thiserror = "1.0.20"
4242
lazy_static = "1.4.0"
43+
tracing = { version = "0.1", features = ["log", "log-always"] }
44+
tracing-log = "0.1.1"

0 commit comments

Comments
 (0)