Running phoenix (v1.0.4) there's a message printed to console every few seconds:
[info] GET /phoenix/live_reload/socket/websocket
How can I disable this? It makes working in IEx unpleasant.
There's a config :logger
function in dev.exs
, but I don't see how to isolate this message. The elixir documentation for Logger
mentions custom backends. I could take a look at this, but perhaps there's something within phoenix.
I find phoenix's other logged messages useful.