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:
Thales Macedo Garitezi 2022-09-27 08:53:27 -03:00 committed by GitHub
commit 10c24a9f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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.