Skip to content

Commit

Permalink
Reduce noise during frequent route update (sonic-net#1624)
Browse files Browse the repository at this point in the history
Reduce loglevel to DEBUG for eth0 route update. Ref PR: sonic-net#1606
  • Loading branch information
prsunny authored and vmittal-msft committed Feb 6, 2021
1 parent b79c541 commit ffed579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpmsyncd/routesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ void RouteSync::onRouteMsg(int nlmsg_type, struct nl_object *obj, char *vrf)
*/
if (alias == "eth0" || alias == "docker0")
{
SWSS_LOG_NOTICE("Skip routes to eth0 or docker0: %s %s %s",
SWSS_LOG_DEBUG("Skip routes to eth0 or docker0: %s %s %s",
destipprefix, nexthops.c_str(), ifnames.c_str());
return;
}
Expand Down

0 comments on commit ffed579

Please sign in to comment.