[PR #112] [MERGED] feature: add logging to a file #2550

Closed
opened 2025-11-20 07:11:33 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/112
Author: @braginini
Created: 9/6/2021
Status: Merged
Merged: 9/7/2021
Merged by: @braginini

Base: mainHead: log-file


📝 Commits (7)

  • 68a56b9 feature: add logging to a file
  • a2e2fbd refactor: move InitLog to util lib
  • adee108 docs: update signal and management docs
  • 6690444 chore: update docker compose
  • bc09bce set --log-file to console
  • caa7d0c Merge remote-tracking branch 'origin/log-file' into log-file
  • e2cfd58 chore: comment out log volume in docker compose

📊 Changes

16 files changed (+95 additions, -54 deletions)

View changed files

📝 client/cmd/login.go (+6 -1)
📝 client/cmd/root.go (+6 -13)
📝 client/cmd/up.go (+6 -10)
📝 go.mod (+1 -0)
📝 go.sum (+3 -0)
📝 infrastructure_files/docker-compose.yml (+4 -2)
📝 management/Dockerfile (+1 -0)
📝 management/Dockerfile.debug (+1 -0)
📝 management/README.md (+1 -0)
📝 management/cmd/management.go (+4 -1)
📝 management/cmd/root.go (+7 -14)
📝 signal/Dockerfile (+1 -0)
📝 signal/README.md (+1 -0)
📝 signal/cmd/root.go (+9 -13)
📝 signal/cmd/run.go (+5 -0)
util/log.go (+39 -0)

📄 Description

No description provided


🔄 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/112 **Author:** [@braginini](https://github.com/braginini) **Created:** 9/6/2021 **Status:** ✅ Merged **Merged:** 9/7/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `log-file` --- ### 📝 Commits (7) - [`68a56b9`](https://github.com/netbirdio/netbird/commit/68a56b93911cfa452b47dc2edea62fe2f33d6199) feature: add logging to a file - [`a2e2fbd`](https://github.com/netbirdio/netbird/commit/a2e2fbd1a91759a81bdb0d8f2052e45191ebc0a4) refactor: move InitLog to util lib - [`adee108`](https://github.com/netbirdio/netbird/commit/adee10840a75f57fcc2632e30baf5771fc5ff7b7) docs: update signal and management docs - [`6690444`](https://github.com/netbirdio/netbird/commit/6690444d509213ca9a48e2566f72c0949d8d9361) chore: update docker compose - [`bc09bce`](https://github.com/netbirdio/netbird/commit/bc09bce4f8489f4a9e6634b2dd7e5682296372ee) set --log-file to console - [`caa7d0c`](https://github.com/netbirdio/netbird/commit/caa7d0ce8206eb030feeff7c86d4b9ce9d36ab17) Merge remote-tracking branch 'origin/log-file' into log-file - [`e2cfd58`](https://github.com/netbirdio/netbird/commit/e2cfd5839de99941655e376afc3627b2db1dd2d9) chore: comment out log volume in docker compose ### 📊 Changes **16 files changed** (+95 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/login.go` (+6 -1) 📝 `client/cmd/root.go` (+6 -13) 📝 `client/cmd/up.go` (+6 -10) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+3 -0) 📝 `infrastructure_files/docker-compose.yml` (+4 -2) 📝 `management/Dockerfile` (+1 -0) 📝 `management/Dockerfile.debug` (+1 -0) 📝 `management/README.md` (+1 -0) 📝 `management/cmd/management.go` (+4 -1) 📝 `management/cmd/root.go` (+7 -14) 📝 `signal/Dockerfile` (+1 -0) 📝 `signal/README.md` (+1 -0) 📝 `signal/cmd/root.go` (+9 -13) 📝 `signal/cmd/run.go` (+5 -0) ➕ `util/log.go` (+39 -0) </details> ### 📄 Description _No description provided_ --- <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 2025-11-20 07:11:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2550