Demote route retraction log to debug lvl

When propagating the selected routes, if the route is retracted, don't
use info but rather a debug log.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2024-07-23 12:44:57 +02:00
parent 3d2106fc01
commit f35eb1eafb
+1 -1
View File
@@ -1599,7 +1599,7 @@ where
} else {
// This can happen if the only feasible route gets an infinite metric, as those are
// never selected.
info!(subnet = %subnet, "Retracting route");
debug!(subnet = %subnet, "Retracting route");
let update = babel::Update::new(
UPDATE_INTERVAL,
self.router_seqno.read().unwrap().0,