X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=restarter%2Fmix.exs;h=9f26f5f64917c9868aa45870370b726b3102efbf;hb=9c7178286116d61a565fcba61ec64b20fec3a28a;hp=b0908aecec046065277c0afb0189f03c8198c6ba;hpb=6813c0302c2b665d337d5f5831d2df6312b6b277;p=akkoma diff --git a/restarter/mix.exs b/restarter/mix.exs index b0908aece..9f26f5f64 100644 --- a/restarter/mix.exs +++ b/restarter/mix.exs @@ -13,7 +13,8 @@ defmodule Restarter.MixProject do def application do [ - mod: {Restarter, []} + mod: {Restarter, []}, + extra_applications: [:logger] ] end