debug logs on pleroma restart

Bu işleme şunda yer alıyor:
Alexander Strizhakov 2020-03-03 10:33:40 +03:00
ebeveyn 509c81e4b1
işleme 3ecdead31a
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 022896A53AEF1381

Dosyayı Görüntüle

@ -44,7 +44,7 @@ defmodule Restarter.Pleroma do
end
def handle_cast({:restart, :test, _}, state) do
Logger.warn("pleroma manually restarted")
Logger.debug("pleroma manually restarted")
{:noreply, Map.put(state, :need_reboot?, false)}
end
@ -57,7 +57,7 @@ defmodule Restarter.Pleroma do
def handle_cast({:after_boot, _}, %{after_boot: true} = state), do: {:noreply, state}
def handle_cast({:after_boot, :test}, state) do
Logger.warn("pleroma restarted after boot")
Logger.debug("pleroma restarted after boot")
{:noreply, Map.put(state, :after_boot, true)}
end