Packages

[Logger backend](https://hexdocs.pm/logger/Logger.html#module-backends) for [`Envío`](http://hexdocs.pm/envio) with `Slack` logging out of the box.

Current section

Files

Jump to
envio_log config ci.exs
Raw

config/ci.exs

import Config
config :envio, :log,
level: :debug,
process_info: false
config :logger, backends: [Envio.Log.Backend], level: :debug
config :envio, :backends, %{
Envio.IO => %{
{Envio.Log.Publisher, :info} => []
}
}