use debug instead of warn level

This commit is contained in:
kim 2024-09-17 19:16:22 +01:00
commit 1effacd10f
5 changed files with 7 additions and 7 deletions

View file

@ -83,7 +83,7 @@ func (f *federatingDB) Delete(ctx context.Context, id *url.URL) error {
return nil
}
log.Warnf(ctx, "unknown iri: %s", uriStr)
log.Debugf(ctx, "unknown iri: %s", uriStr)
return nil
}