Merge pull request #9057 from thalesmg/fix-remove-extra-info-lwt-50
chore: remove extra information from denied lwt log
This commit is contained in:
commit
10c24a9f48
|
@ -2130,11 +2130,7 @@ publish_will_msg(ClientInfo, Msg = #message{topic = Topic}) ->
|
||||||
?tp(
|
?tp(
|
||||||
warning,
|
warning,
|
||||||
last_will_testament_publish_denied,
|
last_will_testament_publish_denied,
|
||||||
#{
|
#{topic => Topic}
|
||||||
client_info => ClientInfo,
|
|
||||||
topic => Topic,
|
|
||||||
message => Msg
|
|
||||||
}
|
|
||||||
),
|
),
|
||||||
ok
|
ok
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue