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