Explorar o código

chore(log): update log content

zhouzb %!s(int64=4) %!d(string=hai) anos
pai
achega
3984f8cd2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx_web_hook/src/emqx_web_hook.erl

+ 1 - 1
apps/emqx_web_hook/src/emqx_web_hook.erl

@@ -338,7 +338,7 @@ send_http_request(ClientID, Params) ->
             ?LOG(warning, "HTTP request failed with status code: ~p", [StatusCode]),
             ok;
         {error, Reason} ->
-            ?LOG(error, "HTTP request path ~p error: ~p", [Path, Reason]),
+            ?LOG(error, "HTTP request error: ~p", [Reason]),
             ok
     end.