Skip to content

Commit

Permalink
Change log level to NOTICE (sonic-net#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng committed Sep 7, 2016
1 parent 87059df commit 76478d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ bool isVeryFirstRun()

int main(int argc, char **argv)
{
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_DEBUG);
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_NOTICE);

SWSS_LOG_ENTER();

Expand Down

0 comments on commit 76478d7

Please sign in to comment.