mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-08-14 06:40:01 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user