[PR #2881] [MERGED] [management] Add more logs to the peer update processes #15760

Closed
opened 2026-08-05 03:08:22 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2881
Author: @pascal-fischer
Created: 11/12/2024
Status: Merged
Merged: 11/12/2024
Merged by: @pascal-fischer

Base: mainHead: chore/add-log-and-errors


📝 Commits (2)

  • de5408e add more logs and detailed error messages
  • 1eabf8a create error type

📊 Changes

6 files changed (+41 additions, -16 deletions)

View changed files

📝 management/server/account.go (+4 -4)
📝 management/server/grpcserver.go (+8 -1)
📝 management/server/peer.go (+10 -8)
📝 management/server/status/error.go (+5 -0)
📝 management/server/updatechannel.go (+4 -1)
📝 management/server/user.go (+10 -2)

📄 Description

Describe your changes

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2881 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `chore/add-log-and-errors` --- ### 📝 Commits (2) - [`de5408e`](https://github.com/netbirdio/netbird/commit/de5408e387d7947deff94a8cdcccc7c665774c03) add more logs and detailed error messages - [`1eabf8a`](https://github.com/netbirdio/netbird/commit/1eabf8a1ee6e13fda5cd9209b8735c0a84864856) create error type ### 📊 Changes **6 files changed** (+41 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+4 -4) 📝 `management/server/grpcserver.go` (+8 -1) 📝 `management/server/peer.go` (+10 -8) 📝 `management/server/status/error.go` (+5 -0) 📝 `management/server/updatechannel.go` (+4 -1) 📝 `management/server/user.go` (+10 -2) </details> ### 📄 Description ## Describe your changes ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:08:22 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15760