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

Set FeedID in delegate's logger only if non-zero #9801

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

bolekk
Copy link
Contributor

@bolekk bolekk commented Jul 14, 2023

Zero FeedID is polluting logs for all products.

Zero FeedID is polluting logs for all products.
@bolekk bolekk requested review from jmank88 and samsondav July 14, 2023 01:43
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@@ -308,14 +308,13 @@ func (d *Delegate) ServicesForSpec(jb job.Job) ([]job.ServiceCtx, error) {
JobName: jb.Name.ValueOrZero(),

ContractID: spec.ContractID,
FeedID: spec.FeedID,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jmank88 your fix in relayers didn't solve it because feedID is never nil

@cl-sonarqube-production
Copy link

@bolekk bolekk enabled auto-merge July 14, 2023 01:59
@bolekk bolekk added this pull request to the merge queue Jul 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 14, 2023
@bolekk bolekk added this pull request to the merge queue Jul 14, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 14, 2023
@bolekk bolekk added this pull request to the merge queue Jul 14, 2023
Merged via the queue into develop with commit cc2767d Jul 14, 2023
95 checks passed
@bolekk bolekk deleted the chore/remove-feed-id-from-logs branch July 14, 2023 03:01
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.

2 participants