refactor: switch logging to tracing

Adds in slightly more dependencies than I'd like but at least it works
This commit is contained in:
Harsh Shandilya 2022-03-07 01:14:49 +05:30
parent b938a6001b
commit ea3ad1889c
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 137 additions and 3 deletions

View file

@ -15,11 +15,12 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
anyhow = "1.0.55"
clipboard = "0.5.0"
dirs = "4.0.0"
log = { version = "0.4.14", features = ["release_max_level_trace"] }
regex = "1.5.4"
serde = "1.0.136"
serde_derive = "1.0.136"
toml = "0.5.8"
tracing = "0.1.31"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
[dev-dependencies]
assay = "0.1.1"