Parcourir la source

Merge pull request #9057 from thalesmg/fix-remove-extra-info-lwt-50

chore: remove extra information from denied lwt log
Thales Macedo Garitezi il y a 3 ans
Parent
commit
10c24a9f48
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      apps/emqx/src/emqx_channel.erl

+ 1 - 5
apps/emqx/src/emqx_channel.erl

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