Selaa lähdekoodia

chore: remove extra information from denied lwt log

Thales Macedo Garitezi 3 vuotta sitten
vanhempi
commit
129f09f88b
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  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(
             ?tp(
                 warning,
                 warning,
                 last_will_testament_publish_denied,
                 last_will_testament_publish_denied,
-                #{
-                    client_info => ClientInfo,
-                    topic => Topic,
-                    message => Msg
-                }
+                #{topic => Topic}
             ),
             ),
             ok
             ok
     end.
     end.