forked from AkkomaGang/akkoma
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 @@ def local do
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_metadata(%URI{host: host} = uri) do
|
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})
|
existing_record = Repo.get_by(Instance, %{host: host})
|
||||||
|
|
||||||
if reachable?(host) do
|
if reachable?(host) do
|
||||||
|
|
Loading…
Reference in a new issue