make metdata check a debug log
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-11-08 11:03:43 +00:00
parent 479aacb1b6
commit 2e895b6c02
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ defmodule Pleroma.Instances.Instance do
end
def update_metadata(%URI{host: host} = uri) do
Logger.info("Checking metadata for #{host}")
Logger.debug("Checking metadata for #{host}")
existing_record = Repo.get_by(Instance, %{host: host})
if reachable?(host) do