Skip to content

Commit

Permalink
Remove unnecessary logspam
Browse files Browse the repository at this point in the history
Remove unnecessary logs
  • Loading branch information
pablonyx authored Jan 9, 2025
2 parents a76f1b4 + d98746b commit 7f6ef1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/onyx/document_index/vespa/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,19 +608,15 @@ def update_single(
large_chunks_enabled=large_chunks_enabled,
)

logger.info("UPDATING len(doc_chunk_ids)")

doc_chunk_count += len(doc_chunk_ids)

for doc_chunk_id in doc_chunk_ids:
logger.info("UPDATING CHUNK")
self.update_single_chunk(
doc_chunk_id=doc_chunk_id,
index_name=index_name,
fields=fields,
doc_id=doc_id,
)
logger.info(f"UPDATED A TOTAL OF {doc_chunk_count} CHUNKS for {doc_id}")

return doc_chunk_count

Expand Down

0 comments on commit 7f6ef1f

Please sign in to comment.