[PR #259] [MERGED] Init logger for every cmd #12383

Closed
opened 2026-08-05 02:05:47 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/259
Author: @braginini
Created: 3/10/2022
Status: Merged
Merged: 3/10/2022
Merged by: @braginini

Base: mainHead: fix-log-setup


📝 Commits (1)

  • e90007c Init logger for every cmd

📊 Changes

4 files changed (+31 additions, -0 deletions)

View changed files

📝 client/cmd/down.go (+7 -0)
📝 client/cmd/login.go (+8 -0)
📝 client/cmd/status.go (+8 -0)
📝 client/cmd/up.go (+8 -0)

📄 Description

Logger has not been initialized in cmd.
Every client cmd now initializes logger


🔄 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/259 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/10/2022 **Status:** ✅ Merged **Merged:** 3/10/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `fix-log-setup` --- ### 📝 Commits (1) - [`e90007c`](https://github.com/netbirdio/netbird/commit/e90007c6bef0b124b6d887e740faacff763cfc9c) Init logger for every cmd ### 📊 Changes **4 files changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/down.go` (+7 -0) 📝 `client/cmd/login.go` (+8 -0) 📝 `client/cmd/status.go` (+8 -0) 📝 `client/cmd/up.go` (+8 -0) </details> ### 📄 Description Logger has not been initialized in cmd. Every client cmd now initializes logger --- <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 02:05:47 -04:00
saavagebueno changed title from [PR #259] [MERGED] Init logger for every cmd to [PR #259] Init logger for every cmd 2026-08-05 02:08:12 -04:00
saavagebueno changed title from [PR #259] Init logger for every cmd to [PR #259] [MERGED] Init logger for every cmd 2026-08-05 03:05:53 -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#12383