Skip to content

Commit

Permalink
[eventd]: Remove unnecessary log (sonic-net#16166)
Browse files Browse the repository at this point in the history
Work item tracking
Microsoft ADO (number only): 16789053
  • Loading branch information
zbud-msft authored and mssonicbld committed Sep 3, 2023
1 parent 7ab6be8 commit 71678dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sonic-eventd/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ void run_eventd_service();
int main()
{
swss::Logger::setMinPrio(swss::Logger::SWSS_DEBUG);
SWSS_LOG_INFO("The eventd service started");
SWSS_LOG_ERROR("ERR:The eventd service started");
SWSS_LOG_INFO("The eventd service started");

run_eventd_service();

Expand Down

0 comments on commit 71678dc

Please sign in to comment.