Skip to content

Commit

Permalink
[neighsyncd]: Enabling dynamic loglevel setting (sonic-net#175)
Browse files Browse the repository at this point in the history
Signed-off-by: marian-pritsak <marianp@mellanox.com>
  • Loading branch information
marian-pritsak authored and Shuotian Cheng committed Mar 7, 2017
1 parent 2beee2e commit b09c0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neighsyncd/neighsyncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ using namespace swss;

int main(int argc, char **argv)
{
Logger::linkToDbNative("neighsyncd");
DBConnector db(APPL_DB, DBConnector::DEFAULT_UNIXSOCKET, 0);
NeighSync sync(&db);

Expand Down

0 comments on commit b09c0e2

Please sign in to comment.