diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index 63f1e3ac2cf6..21318fa31958 100755 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -1809,7 +1809,7 @@ bool PortsOrch::initPort(const string &alias, const int index, const set &l /* Determine if the port has already been initialized before */ if (m_portList.find(alias) != m_portList.end() && m_portList[alias].m_port_id == id) { - SWSS_LOG_INFO("Port has already been initialized before alias:%s", alias.c_str()); + SWSS_LOG_DEBUG("Port has already been initialized before alias:%s", alias.c_str()); } else { @@ -1853,7 +1853,7 @@ bool PortsOrch::initPort(const string &alias, const int index, const set &l m_portList[alias].m_init = true; - SWSS_LOG_ERROR("Initialized port %s", alias.c_str()); + SWSS_LOG_NOTICE("Initialized port %s", alias.c_str()); } else {