Add option to modify HTTP pool size
[akkoma] / restarter / mix.exs
index b0908aecec046065277c0afb0189f03c8198c6ba..9f26f5f64917c9868aa45870370b726b3102efbf 100644 (file)
@@ -13,7 +13,8 @@ defmodule Restarter.MixProject do
 
   def application do
     [
-      mod: {Restarter, []}
+      mod: {Restarter, []},
+      extra_applications: [:logger]
     ]
   end