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