X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ccf7790b088af1266bc2ae991f6d6e44b471575d;hb=d1c40cbca04ff231de0aa6a021bec440f316fb06;hp=0b8052d0aa188d43f39cdf5e3603b0dd10251279;hpb=2aab4e03c3a2867abd4555dc776eebc8b0dba176;p=akkoma diff --git a/mix.exs b/mix.exs index 0b8052d0a..ccf7790b0 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,11 @@ defmodule Pleroma.Mixfile do # # Type `mix help compile.app` for more information. def application do - [mod: {Pleroma.Application, []}, extra_applications: [:logger, :runtime_tools, :comeonin]] + [ + mod: {Pleroma.Application, []}, + extra_applications: [:logger, :runtime_tools, :comeonin], + included_applications: [:ex_syslogger] + ] end # Specifies which paths to compile per environment. @@ -76,7 +80,8 @@ defmodule Pleroma.Mixfile do {:swoosh, "~> 0.20"}, {:gen_smtp, "~> 0.13"}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, - {:floki, "~> 0.20.0"} + {:floki, "~> 0.20.0"}, + {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"} ] end