Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(iroh-net): Do not add the NodeId in the magicsock span field (#2679)
## Description Since we have made MagicSock private it should always be created via the Endpoint, unless we are internally messing around with tests or so. Because of this we can make sure that the Endpoint always attaches the correct "me" field to the span. Reducing the amount of noise in the default log output. ## Breaking Changes None ## Notes & open questions Please do not merge before #2595 is merged. I'm trying to not add any further changes to that PR. ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.~~ - ~~[ ] Tests if relevant.~~ - ~~[ ] All breaking changes documented.~~
- Loading branch information