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

Add Transmit debug logging back in #13128

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

samsondav
Copy link
Collaborator

No description provided.

if err != nil {
mt.lggr.Warnw("Failed to get observation timestamp from report", "err", err)
}
mt.lggr.Debugw("Transmit enqueue", "req.Payload", hexutil.Encode(req.Payload), "report", report, "repts", reportCtx.ReportTimestamp, "signatures", signatures, "observationsTimestamp", ts)
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this log line be mangled if we didn't get a real ts back? Could exclude that key/val for that case

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Only time that should happen is with block number report, and will just log zero which is ok

@samsondav samsondav added this pull request to the merge queue May 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 14, 2024
@samsondav samsondav added this pull request to the merge queue May 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 14, 2024
@samsondav samsondav added this pull request to the merge queue May 14, 2024
Merged via the queue into develop with commit a0e7b7c May 14, 2024
107 checks passed
@samsondav samsondav deleted the add_transmit_debug_logging branch May 14, 2024 15:46
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