diff --git a/fpmsyncd/routesync.cpp b/fpmsyncd/routesync.cpp index 30f6151e5e2..7fae01eb3d7 100644 --- a/fpmsyncd/routesync.cpp +++ b/fpmsyncd/routesync.cpp @@ -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; }