From 63602c2f6ad4946a9768f11e54529e005f15881b Mon Sep 17 00:00:00 2001 From: Chikage Date: Fri, 20 Oct 2023 23:20:26 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=9E=83=E5=9C=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matrix_bot/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix_bot/src/main.rs b/matrix_bot/src/main.rs index ebec983..a479ea2 100644 --- a/matrix_bot/src/main.rs +++ b/matrix_bot/src/main.rs @@ -40,6 +40,7 @@ async fn main() { .filter(None, log::LevelFilter::Info) .filter(Some("matrix_sdk"), log::LevelFilter::Warn) .filter(Some("tracing"), log::LevelFilter::Warn) + .filter(Some("ruma_common"), log::LevelFilter::Warn) .init(); let args = Args::parse();