fix debug

This commit is contained in:
anlicheng 2023-07-27 16:52:35 +08:00
parent 4c0d8bee31
commit 266ecf491d

View File

@ -149,7 +149,7 @@ handle_cast({write, Bucket, Org, Precision, Points}, State = #state{host = Host,
lager:warning("[influx_client] response error is: ~p", [Error])
end;
false ->
lager:debug("[influx_client] status_code: ~p, response body is: ~p", [StatusCode]),
lager:debug("[influx_client] status_code: ~p", [StatusCode]),
hackney:close(ClientRef)
end;
{error, Reason} ->