mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
make metdata check a debug log
This commit is contained in:
parent
479aacb1b6
commit
2e895b6c02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue