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

ref(iroh-net): Do not add the NodeId in the magicsock span field #2679

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. ref(iroh-net): Do not add the NodeId in the magicsock span field

    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.
    flub committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eb9c4d2 View commit details
    Browse the repository at this point in the history