Add ability to ship logs to a Slack channel

This commit is contained in:
feld 2019-04-04 19:52:22 +00:00
commit 3b12eeda19
4 changed files with 28 additions and 3 deletions

View file

@ -41,7 +41,7 @@ defmodule Pleroma.Mixfile do
def application do
[
mod: {Pleroma.Application, []},
extra_applications: [:logger, :runtime_tools, :comeonin],
extra_applications: [:logger, :runtime_tools, :comeonin, :quack],
included_applications: [:ex_syslogger]
]
end
@ -94,7 +94,8 @@ defmodule Pleroma.Mixfile do
{:auto_linker,
git: "https://git.pleroma.social/pleroma/auto_linker.git",
ref: "479dd343f4e563ff91215c8275f3b5c67e032850"},
{:pleroma_job_queue, "~> 0.2.0"}
{:pleroma_job_queue, "~> 0.2.0"},
{:quack, "~> 0.1.1"}
]
end