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 dev.exs
Raw

config/dev.exs

import Config
config :envio, :log,
level: :debug,
process_info: true
config :logger, backends: [Envio.Log.Backend], level: :debug
config :envio, :backends, %{
Envio.Slack => %{
{Envio.Log.Publisher, :info} => [
hook_url: "https://hooks.slack.com/services/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"
]
}
}