Skip to content

Commit bc3aba1

Browse files
author
Shuotian Cheng
authored
syncd: Log syncd entry point (sonic-net#120)
1 parent 31325a9 commit bc3aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/syncd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ bool isVeryFirstRun()
12741274

12751275
int main(int argc, char **argv)
12761276
{
1277-
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_NOTICE);
1277+
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_DEBUG);
12781278

12791279
SWSS_LOG_ENTER();
12801280

0 commit comments

Comments
 (0)