[PR #2887] [CLOSED] Add disable option for event activities. #18582

Open
opened 2026-08-05 04:08:41 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2887
Author: @ismail0234
Created: 11/13/2024
Status: Closed

Base: mainHead: patch-3


📝 Commits (1)

📊 Changes

1 file changed (+22 additions, -16 deletions)

View changed files

📝 management/server/event.go (+22 -16)

📄 Description

Describe your changes

Allows us to add an optional disable option for event activites. It is active by default. The reason why I need this is that I use api calls very intensively. 50-100k logs can accumulate monthly. The page where the logs are displayed is currently inaccessible to me and these logs are useless.

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/2887 **Author:** [@ismail0234](https://github.com/ismail0234) **Created:** 11/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`d543177`](https://github.com/netbirdio/netbird/commit/d543177d399c016028ca6b32f9cc4a861eefb0ff) Update event.go ### 📊 Changes **1 file changed** (+22 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `management/server/event.go` (+22 -16) </details> ### 📄 Description ## Describe your changes Allows us to add an optional disable option for event activites. It is active by default. The reason why I need this is that I use api calls very intensively. 50-100k logs can accumulate monthly. The page where the logs are displayed is currently inaccessible to me and these logs are useless. ### 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 04:08:41 -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#18582