Silence PingPong channel connection log

pull/974/head
connor rigby 2019-07-05 16:47:16 -07:00 committed by Connor Rigby
parent d263307c4c
commit 767ef5279d
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ defmodule FarmbotExt.AMQP.PingPongChannel do
{:ok, _} <- Queue.purge(chan, ping),
:ok <- Queue.bind(chan, ping, @exchange, routing_key: route <> ".#"),
{:ok, _tag} <- Basic.consume(chan, ping, self(), no_ack: true) do
FarmbotCore.Logger.info(1, "connected to PingPong channel")
FarmbotCore.Logger.debug(3, "connected to PingPong channel")
{:noreply, %{state | conn: conn, chan: chan}}
else
nil ->