aboutsummaryrefslogtreecommitdiff
path: root/restarter/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'restarter/mix.exs')
-rw-r--r--restarter/mix.exs3
1 files changed, 2 insertions, 1 deletions
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