Stefan Strigler 3 лет назад
Родитель
Сommit
edfcea7f43
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      apps/emqx_connector/src/emqx_connector_http.erl

+ 4 - 0
apps/emqx_connector/src/emqx_connector_http.erl

@@ -417,6 +417,10 @@ do_get_status(PoolName, Timeout) ->
             end
             end
     catch
     catch
         exit:timeout ->
         exit:timeout ->
+            ?SLOG(error, #{
+                msg => "http_connector_pmap_failed",
+                reason => timeout
+            }),
             {error, timeout}
             {error, timeout}
     end.
     end.