Skip to content

Commit

Permalink
Filter out log messages from netlink crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Nov 15, 2024
1 parent 968961d commit 09ceddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ async fn main() -> ExitCode {
env_logger::builder()
.filter_level(cli.verbosity.log_level_filter())
.format(format_log)
.filter_module("netlink", LevelFilter::Off)
.init();
match cli.command {
Command::Run(args) => match run(args, &sock_path).await {
Expand Down

0 comments on commit 09ceddb

Please sign in to comment.