You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include validator address in gRPC status log. (#3312)
## Motivation
The gRPC status log currently does not show which validator connection
it is about.
## Proposal
Include the validator address in the log.
## Test Plan
CI
Example log:
`2025-02-12T16:56:00.764092Z ERROR
linera::main:node_service{port=8080}:subscribe{address="https://linera-testnet.contributiondao.com:443"}:notification
stream: linera_rpc::grpc::client: Unexpected gRPC status: status:
Internal, message: "h2 protocol error: error reading a body from
connection", details: [], metadata: MetadataMap { headers: {} }`
## Release Plan
- These changes should released in a new SDK.
- They should be ported to the `main` branch.
## Links
- Related to #3300
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments