From 71ccc5ab1974dc136fa909ec4683ee4d6173d24b Mon Sep 17 00:00:00 2001 From: "v.promzelev" Date: Tue, 23 Oct 2018 16:33:56 +0300 Subject: [PATCH] Does not show password in log --- src/exometer_report_influxdb.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]),