Skip to content

Commit

Permalink
syncd: Log syncd entry point (sonic-net#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored Nov 9, 2016
1 parent 31325a9 commit bc3aba1
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 @@ -1274,7 +1274,7 @@ bool isVeryFirstRun()

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

SWSS_LOG_ENTER();

Expand Down

0 comments on commit bc3aba1

Please sign in to comment.