fix debug
This commit is contained in:
parent
4c0d8bee31
commit
266ecf491d
@ -149,7 +149,7 @@ handle_cast({write, Bucket, Org, Precision, Points}, State = #state{host = Host,
|
|||||||
lager:warning("[influx_client] response error is: ~p", [Error])
|
lager:warning("[influx_client] response error is: ~p", [Error])
|
||||||
end;
|
end;
|
||||||
false ->
|
false ->
|
||||||
lager:debug("[influx_client] status_code: ~p, response body is: ~p", [StatusCode]),
|
lager:debug("[influx_client] status_code: ~p", [StatusCode]),
|
||||||
hackney:close(ClientRef)
|
hackney:close(ClientRef)
|
||||||
end;
|
end;
|
||||||
{error, Reason} ->
|
{error, Reason} ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user