diff options
author | tusooa <tusooa@kazv.moe> | 2022-09-05 15:00:19 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-09-05 15:00:19 +0000 |
commit | 9874b4c985ea715a37cf2d2a5c8db2fb26e28f3a (patch) | |
tree | e495f10d3cac124d405cfe01015821a930f3a1df /restarter/mix.exs | |
parent | e06f2b9f5ea58c90cafd7864a66809fe8ea0a96f (diff) | |
parent | f8afba95b20670b5d6e93896ccd27bb3fca003a2 (diff) | |
download | pleroma-9874b4c985ea715a37cf2d2a5c8db2fb26e28f3a.tar.gz pleroma-9874b4c985ea715a37cf2d2a5c8db2fb26e28f3a.zip |
Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'restarter/mix.exs')
-rw-r--r-- | restarter/mix.exs | 3 |
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 |