chore: remove extra information from denied lwt log
This commit is contained in:
parent
b2d69b85dc
commit
129f09f88b
|
@ -2130,11 +2130,7 @@ publish_will_msg(ClientInfo, Msg = #message{topic = Topic}) ->
|
|||
?tp(
|
||||
warning,
|
||||
last_will_testament_publish_denied,
|
||||
#{
|
||||
client_info => ClientInfo,
|
||||
topic => Topic,
|
||||
message => Msg
|
||||
}
|
||||
#{topic => Topic}
|
||||
),
|
||||
ok
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue