Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove logging statement of setting ID manually in Document #4129

Merged
merged 3 commits into from
Feb 16, 2023

Conversation

bogdankostic
Copy link
Contributor

Related Issues

Proposed Changes:

This PR removes the logging statement that the ID is set manually. The reason for removing this is that the logs were quite crowded with this statement whenever retrieval was performed because when we call _convert_es_hit_to_document for example, we provide an ID and trigger the logging of the statement even though the ID has been created using id_hash_keys initially.

How did you test it?

No test needed.

Notes for the reviewer

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • I added tests that demonstrate the correct behavior of the change
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test:.
  • I documented my code
  • I ran pre-commit hooks and fixed any issue

@bogdankostic bogdankostic requested a review from a team as a code owner February 10, 2023 10:12
@bogdankostic bogdankostic requested review from vblagoje and removed request for a team February 10, 2023 10:12
@github-actions github-actions bot added the type:documentation Improvements on the docs label Feb 10, 2023
Copy link
Contributor

@agnieszka-m agnieszka-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commited my changes here.

Copy link
Contributor

@masci masci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@masci masci merged commit fe650b2 into main Feb 16, 2023
@masci masci deleted the document_ids_logging branch February 16, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:documentation Improvements on the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove warning when explicitly setting document ID
3 participants