[PR #3603] [client] Use the netbird logger for ice and grpc #3826

Open
opened 2025-11-20 08:07:09 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/3603

State: closed
Merged: Yes


Describe your changes

set default for hook when caller is not set

based on #3585

gRPC logs:

2025-03-29T16:05:30+01:00 INFO ./caller_not_available:0: 2025/03/29 16:05:30 INFO: [core] [Channel #3]Channel switches to new LB policy "pick_first"
2025-03-29T16:05:30+01:00 INFO ./caller_not_available:0: 2025/03/29 16:05:30 INFO: [core] [Channel #3 SubChannel #4]Subchannel created

ICE logs:

2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice WARNING: 2025/03/29 16:07:28 Discard message from (udp4 host 94.237.63.127:51820), unknown TransactionID 0x2aafb8441436fadf118fe929
2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice TRACE: 16:07:28.987802 agent.go:1105: Inbound STUN (Request) from 94.237.63.127:51820 to udp4 srflx 94.134.125.44:12343 related 0.0.0.0:51000, useCandidate: false
2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice TRACE: 16:07:28.988421 selection.go:133: Inbound STUN (SuccessResponse) from udp4 host 209.94.61.253:51820 to udp4 host 198.19.249.3:51000

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/3603 **State:** closed **Merged:** Yes --- ## Describe your changes set default for hook when caller is not set based on #3585 gRPC logs: ``` 2025-03-29T16:05:30+01:00 INFO ./caller_not_available:0: 2025/03/29 16:05:30 INFO: [core] [Channel #3]Channel switches to new LB policy "pick_first" 2025-03-29T16:05:30+01:00 INFO ./caller_not_available:0: 2025/03/29 16:05:30 INFO: [core] [Channel #3 SubChannel #4]Subchannel created ``` ICE logs: ``` 2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice WARNING: 2025/03/29 16:07:28 Discard message from (udp4 host 94.237.63.127:51820), unknown TransactionID 0x2aafb8441436fadf118fe929 2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice TRACE: 16:07:28.987802 agent.go:1105: Inbound STUN (Request) from 94.237.63.127:51820 to udp4 srflx 94.134.125.44:12343 related 0.0.0.0:51000, useCandidate: false 2025-03-29T16:07:28+01:00 INFO ./caller_not_available:0: ice TRACE: 16:07:28.988421 selection.go:133: Inbound STUN (SuccessResponse) from udp4 host 209.94.61.253:51820 to udp4 host 198.19.249.3:51000 ``` ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
saavagebueno added the pull-request label 2025-11-20 08:07:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3826