Skip to content

Commit ffed579

Browse files
prsunnyvmittal-msft
authored andcommitted
Reduce noise during frequent route update (sonic-net#1624)
Reduce loglevel to DEBUG for eth0 route update. Ref PR: sonic-net#1606
1 parent b79c541 commit ffed579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpmsyncd/routesync.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ void RouteSync::onRouteMsg(int nlmsg_type, struct nl_object *obj, char *vrf)
710710
*/
711711
if (alias == "eth0" || alias == "docker0")
712712
{
713-
SWSS_LOG_NOTICE("Skip routes to eth0 or docker0: %s %s %s",
713+
SWSS_LOG_DEBUG("Skip routes to eth0 or docker0: %s %s %s",
714714
destipprefix, nexthops.c_str(), ifnames.c_str());
715715
return;
716716
}

0 commit comments

Comments
 (0)