Skip to content

Logstash for DID finders#1183

Open
ponyisi wants to merge 4 commits into
developfrom
did-logstash
Open

Logstash for DID finders#1183
ponyisi wants to merge 4 commits into
developfrom
did-logstash

Conversation

@ponyisi

@ponyisi ponyisi commented Oct 16, 2025

Copy link
Copy Markdown
Collaborator

DID finder logging

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.20%. Comparing base (f06b45a) to head (ec354f9).

Files with missing lines Patch % Lines
did_finder_rucio/src/rucio_did_finder/celery.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1183   +/-   ##
========================================
  Coverage    89.20%   89.20%           
========================================
  Files          103      103           
  Lines         3732     3732           
  Branches       460      460           
========================================
  Hits          3329     3329           
  Misses         326      326           
  Partials        77       77           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BenGalewsky BenGalewsky marked this pull request as ready for review July 3, 2026 13:42

initialize_logging(component_name="atom_did_finder")

__log = logging.getLogger(__name__)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

shouldn't this variable take the result of initialize_logging ?

from .replica_distance import ReplicaSorter

__log = logging.getLogger(__name__)
initialize_logging(component_name="rucio_did_finder")

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

is this necessary if not used in this file?

@ponyisi ponyisi left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

See the couple of questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants