Skip to content

Commit

Permalink
去除垃圾信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Oct 20, 2023
1 parent 3f46948 commit 63602c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix_bot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 63602c2

Please sign in to comment.