Skip to content

Commit

Permalink
remve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed May 23, 2024
1 parent 4568a3a commit f3f4f42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions orchagent/crmorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1074,12 +1074,9 @@ void CrmOrch::checkCrmThresholds()

if (res.resStatus == CrmResourceStatus::CRM_RES_NOT_SUPPORTED)
{
SWSS_LOG_WARN("XXX CrmResourceStatus::CRM_RES_NOT_SUPPORTED");
continue;
}

SWSS_LOG_WARN("XXX counter size: %zu", i.second.countersMap.size());

for (auto &j : i.second.countersMap)
{
auto &cnt = j.second;
Expand Down Expand Up @@ -1119,8 +1116,6 @@ void CrmOrch::checkCrmThresholds()
throw runtime_error("Unknown threshold type for CRM resource");
}

SWSS_LOG_WARN("XXX res.thresholdType: %s", threshType.c_str());

if ((utilization >= res.highThreshold) && (cnt.exceededLogCounter < CRM_EXCEEDED_MSG_MAX))
{
event_params_t params = {
Expand Down

0 comments on commit f3f4f42

Please sign in to comment.