From ed26d54ee1f72b44e7de2b39e805bd5e476c0be0 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 10 Dec 2025 19:47:39 -0300 Subject: [PATCH] Silence vaultrs and rustify logs polluting console --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 67055d583..f42e67ec5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -382,6 +382,7 @@ async fn main() -> std::io::Result<()> { // Default log level for botserver and suppress all other crates // Note: r2d2 is set to warn to see database connection pool warnings "info,botserver=info,\ + vaultrs=off,rustify=off,rustify_derive=off,\ aws_sigv4=off,aws_smithy_checksums=off,aws_runtime=off,aws_smithy_http_client=off,\ aws_smithy_runtime=off,aws_smithy_runtime_api=off,aws_sdk_s3=off,aws_config=off,\ aws_credential_types=off,aws_http=off,aws_sig_auth=off,aws_types=off,\