summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/logging.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mullvad-daemon/src/logging.rs b/mullvad-daemon/src/logging.rs
index 5c15690bfb..8779e32068 100644
--- a/mullvad-daemon/src/logging.rs
+++ b/mullvad-daemon/src/logging.rs
@@ -41,6 +41,8 @@ const SILENCED_CRATES: &[&str] = &[
"ws",
"mio",
"hyper",
+ "rtnetlink",
+ "iproute2",
];
const SLIGHTLY_SILENCED_CRATES: &[&str] = &["mnl", "nftnl"];