[PR #2259] [MERGED] feat(client): send logs to syslog #14880

Open
opened 2026-08-05 03:06:31 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2259
Author: @mrl5
Created: 7/11/2024
Status: Merged
Merged: 7/16/2024
Merged by: @mlsmaycon

Base: mainHead: issue-2255


📝 Commits (1)

  • e2e5665 feat(client): send logs to syslog

📊 Changes

4 files changed (+29 additions, -2 deletions)

View changed files

📝 client/cmd/root.go (+1 -1)
📝 util/log.go (+5 -1)
util/syslog_nonwindows.go (+20 -0)
util/syslog_windows.go (+3 -0)

📄 Description

closes #2255

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/2259 **Author:** [@mrl5](https://github.com/mrl5) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `issue-2255` --- ### 📝 Commits (1) - [`e2e5665`](https://github.com/netbirdio/netbird/commit/e2e5665cbe360130fdc99bf851983a6cb72f44db) feat(client): send logs to syslog ### 📊 Changes **4 files changed** (+29 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+1 -1) 📝 `util/log.go` (+5 -1) ➕ `util/syslog_nonwindows.go` (+20 -0) ➕ `util/syslog_windows.go` (+3 -0) </details> ### 📄 Description closes #2255 ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:06:31 -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#14880