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.

@samsondav samsondav requested a review from a team May 7, 2024 18:29
@samsondav samsondav force-pushed the add_transmit_debug_logging branch from 0abeca2 to 62a9e66 Compare May 7, 2024 18:31
@samsondav samsondav force-pushed the add_transmit_debug_logging branch from 62a9e66 to e60085a Compare May 7, 2024 18:42
@samsondav samsondav force-pushed the add_transmit_debug_logging branch from e60085a to 3ff0136 Compare May 7, 2024 18:48
@samsondav samsondav force-pushed the add_transmit_debug_logging branch from 3ff0136 to 267c8bd Compare May 7, 2024 19:09
@samsondav samsondav force-pushed the add_transmit_debug_logging branch from 267c8bd to 5cb8f00 Compare May 10, 2024 13:15
@samsondav samsondav enabled auto-merge May 10, 2024 13:18
@samsondav samsondav requested a review from jmank88 May 10, 2024 13:27
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