Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Sep 10, 2024
1 parent e4ca2d6 commit 118430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/src/metadata/ingestion/ometa/mixins/es_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def paginate_es(
else:
break
if not response.hits.hits:
logger.info("No more pages found in ES after %s", from_)
logger.debug("No more pages found in ES after %s", from_)
break
for hit in response.hits.hits:
try:
Expand Down

0 comments on commit 118430d

Please sign in to comment.