diff --git a/src/exometer_report_influxdb.erl b/src/exometer_report_influxdb.erl index 85581eb..e8052a5 100644 --- a/src/exometer_report_influxdb.erl +++ b/src/exometer_report_influxdb.erl @@ -248,7 +248,7 @@ reconnect(#state{protocol = Protocol, host = Host, port = Port, case connect(Protocol, Host, Port, Username, Password) of {ok, Connection} -> ?info("InfluxDB reporter reconnecting success: ~p", - [{Protocol, Host, Port, Username, Password}]), + [{Protocol, Host, Port, Username}]), {ok, State#state{connection = Connection}}; Error -> ?error("InfluxDB reporter reconnecting error: ~p", [Error]),