Skip to content

Commit

Permalink
Does not show password in log
Browse files Browse the repository at this point in the history
  • Loading branch information
v.promzelev authored and mgumz committed Dec 18, 2018
1 parent df48129 commit 71ccc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exometer_report_influxdb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 71ccc5a

Please sign in to comment.