Skip to content

Commit

Permalink
[syncd]: Suppress counters log
Browse files Browse the repository at this point in the history
  • Loading branch information
Shu0T1an ChenG authored and kcudnik committed Jul 18, 2017
1 parent e021c1d commit 8cdcfd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta/sai_meta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4489,7 +4489,7 @@ void meta_sai_on_fdb_event_single(

if (!object_exists(key_fdb))
{
SWSS_LOG_WARN("object key %s don't exist but received AGED/FLUSHED event", key_fdb.c_str());
SWSS_LOG_WARN("object key %s doesn't exist but received AGED/FLUSHED event", key_fdb.c_str());
break;
}

Expand Down
2 changes: 1 addition & 1 deletion syncd/syncd_notifications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,6 @@ void check_notifications_pointers(
* Here we translated pointer, just log it.
*/

SWSS_LOG_NOTICE("%s: %lp (orch) => %lp (syncd)", meta->attridname, prev, attr.value.ptr);
SWSS_LOG_INFO("%s: %lp (orch) => %lp (syncd)", meta->attridname, prev, attr.value.ptr);
}
}
2 changes: 0 additions & 2 deletions syncd/syncd_saiswitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,6 @@ void SaiSwitch::collectCounters(
return;
}

SWSS_LOG_TIMER("get counters");

uint32_t countersSize = (uint32_t)m_supported_counters.size();

std::vector<uint64_t> counters;
Expand Down

0 comments on commit 8cdcfd8

Please sign in to comment.