feat: hack get in control of log level

I haven't found a good way of enabling all of mine, but disabling all of theirs.
as such right now it is a deny list, where some entries reqwest,cliff,hyper is set to
error, and our own is controlled via.

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-02 00:13:34 +02:00
parent f75e839759
commit b4acb55d0c
5 changed files with 37 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ cuddle-please-misc = { path = "crates/cuddle-please-misc" }
anyhow = { version = "1.0.72" }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
clap = { version = "4.3.19", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
url = { version = "2.4.0" }