Skip to content

Commit

Permalink
[active-standby] raising log level to notice for timed oscillation c…
Browse files Browse the repository at this point in the history
…onfig change (sonic-net#262)

Summary:
Fixes # (issue)

Raising log level to notice for timed oscillation config change.

sign-off: Jing Zhang zhangjing@microsoft.com

Microsoft ADO (number only):
28557265
  • Loading branch information
zjswhhh authored and mssonicbld committed Jul 24, 2024
1 parent 5c416c3 commit 8427a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ void DbInterface::processMuxLinkmgrConfigNotifiction(std::deque<swss::KeyOpField
}
}

MUXLOGINFO(boost::format("key: %s, Operation: %s, f: %s, v: %s") %
MUXLOGWARNING(boost::format("key: %s, Operation: %s, f: %s, v: %s") %
key %
operation %
f %
Expand Down

0 comments on commit 8427a89

Please sign in to comment.