From 2bf0ee50eaa4eaaa540ace9cf47e3a9db8aa40ad Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:30:14 -0400 Subject: [PATCH 1/2] chore: reduce logging --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index de3609a..bfc5172 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ async fn main( .with(fmt::layer().with_span_events(FmtSpan::NEW | FmtSpan::CLOSE)) .with( EnvFilter::try_from_default_env() - .unwrap_or_else(|_| EnvFilter::new("zbus=warn,serenity=warn,info")), + .unwrap_or_else(|_| EnvFilter::new("zbus=warn,serenity=warn,warn")), ) .init(); From e1ee8c540f759769a216b4f44c1d48af6e58838c Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:34:15 -0400 Subject: [PATCH 2/2] chore: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0965966..aa744b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bazooka-bot" -version = "0.6.6" +version = "0.6.7" dependencies = [ "anyhow", "human-time", diff --git a/Cargo.toml b/Cargo.toml index 8cf03e1..0083e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bazooka-bot" -version = "0.6.6" +version = "0.6.7" edition = "2024" publish = false