Skip to content

Commit

Permalink
[syncd] Change sai discovery log priority to info (sonic-net#1296)
Browse files Browse the repository at this point in the history
When multiple asic are present and multiple ports are created
then those log lines willpollute logs for no reason
  • Loading branch information
kcudnik authored Sep 29, 2023
1 parent c22b76b commit 9263397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/SaiDiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void SaiDiscovery::setApiLogLevel(

if (status == SAI_STATUS_SUCCESS)
{
SWSS_LOG_NOTICE("Setting SAI loglevel %s on %s",
SWSS_LOG_INFO("setting SAI loglevel %s on %s",
sai_serialize_log_level(logLevel).c_str(),
sai_serialize_api((sai_api_t)api).c_str());
}
Expand Down

0 comments on commit 9263397

Please sign in to comment.