diff --git a/orchagent/port/porthlpr.cpp b/orchagent/port/porthlpr.cpp index 95914c3e36..49d3175d2b 100644 --- a/orchagent/port/porthlpr.cpp +++ b/orchagent/port/porthlpr.cpp @@ -919,13 +919,13 @@ bool PortHelper::validatePortConfig(PortConfig &port) const if (!port.lanes.is_set) { - SWSS_LOG_ERROR("Validation error: missing mandatory field(%s)", PORT_LANES); + SWSS_LOG_WARN("Validation error: missing mandatory field(%s)", PORT_LANES); return false; } if (!port.speed.is_set) { - SWSS_LOG_ERROR("Validation error: missing mandatory field(%s)", PORT_SPEED); + SWSS_LOG_WARN("Validation error: missing mandatory field(%s)", PORT_SPEED); return false; }