-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Conversation
0abeca2
to
62a9e66
Compare
62a9e66
to
e60085a
Compare
e60085a
to
3ff0136
Compare
3ff0136
to
267c8bd
Compare
267c8bd
to
5cb8f00
Compare
Quality Gate passedIssues Measures |
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) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
No description provided.