X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=restarter%2Fmix.exs;h=9f26f5f64917c9868aa45870370b726b3102efbf;hb=9addd8f4141f9fbc5660788f86a61290f83ae124;hp=b0908aecec046065277c0afb0189f03c8198c6ba;hpb=b21e59da5f69505d276ddfa6b00c67a838dcc149;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