Skip to content

Commit

Permalink
Warn about deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 9, 2023
1 parent c4400ff commit ed3035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yente/search/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async def index_entities(es: AsyncElasticsearch, dataset: Dataset, force: bool)
index=next_index,
)
if not is_aliased.body:
log.info("Deleting partial index", index=next_index)
log.warn("Deleting partial index", index=next_index)
await es.indices.delete(index=next_index)
return False

Expand Down

0 comments on commit ed3035c

Please sign in to comment.