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 (#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 f96d40c commit 5730b79
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 @@ -1104,7 +1104,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 5730b79

Please sign in to comment.