Skip to content

Commit

Permalink
More debug logging for runtime parameter updates
Browse files Browse the repository at this point in the history
for VESC-984

(cherry picked from commit c294357)
  • Loading branch information
michaelklishin committed Sep 14, 2020
1 parent f7a6da6 commit d086622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rabbit_runtime_parameters.erl
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ set_any(VHost, Component, Name, Term, User) ->
end.

set_any0(VHost, Component, Name, Term, User) ->
rabbit_log:debug("Asked to set or update runtime parameter '~s' in vhost '~s' "
"for component '~s', value: ~p",
[Name, VHost, Component, Term]),
case lookup_component(Component) of
{ok, Mod} ->
case flatten_errors(
Expand Down

0 comments on commit d086622

Please sign in to comment.