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

@@ -2,7 +2,6 @@ use cuddle_please_commands::PleaseCommand;
fn main() -> anyhow::Result<()> {
dotenv::dotenv().ok();
tracing_subscriber::fmt::init();
let current_dir = std::env::current_dir().ok();
let current_dir = current_dir.as_deref();