[PR #284] [MERGED] WIP: Logging #1264

Closed
opened 2026-05-07 01:01:17 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/284
Author: @binwiederhier
Created: 5/30/2022
Status: Merged
Merged: 6/2/2022
Merged by: @binwiederhier

Base: mainHead: logging


📝 Commits (9)

📊 Changes

31 files changed (+850 additions, -412 deletions)

View changed files

📝 client/client.go (+12 -5)
📝 cmd/access.go (+2 -2)
📝 cmd/app.go (+25 -0)
📝 cmd/config_loader.go (+10 -2)
📝 cmd/publish.go (+23 -19)
📝 cmd/serve.go (+49 -11)
📝 cmd/subscribe.go (+34 -21)
📝 cmd/subscribe_darwin.go (+2 -2)
📝 cmd/subscribe_linux.go (+2 -2)
📝 cmd/subscribe_windows.go (+2 -2)
📝 cmd/user.go (+7 -10)
📝 docs/config.md (+105 -63)
📝 docs/examples.md (+1 -1)
📝 docs/privacy.md (+2 -2)
📝 docs/releases.md (+9 -4)
📝 go.mod (+5 -5)
📝 go.sum (+10 -8)
log/log.go (+129 -0)
📝 server/message_cache.go (+8 -8)
📝 server/ntfy.service (+2 -1)

...and 11 more files

📄 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/binwiederhier/ntfy/pull/284 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 6/2/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `logging` --- ### 📝 Commits (9) - [`dc0e699`](https://github.com/binwiederhier/ntfy/commit/dc0e699fb5728bdf44d2e9146e5cccf79bfaf74b) WIP: Logging - [`a04cf5f`](https://github.com/binwiederhier/ntfy/commit/a04cf5fcb66d8d2e58cced6221a549887269118b) Merge branch 'main' into logging - [`bd865fd`](https://github.com/binwiederhier/ntfy/commit/bd865fd55d50eb019f3d30ad0e559e45ee4dc4c7) Merge branch 'main' into logging - [`ab955d4`](https://github.com/binwiederhier/ntfy/commit/ab955d4d1c7bfbc8f492f63bd0a0d610c697e1b7) Logging - [`7845eb0`](https://github.com/binwiederhier/ntfy/commit/7845eb01243d5866146101c78363c58f510e72e3) So much logging - [`5cc0b19`](https://github.com/binwiederhier/ntfy/commit/5cc0b194d3676ce54c9bbb9af407ff9c4f61d6f4) Add --trace and --no-log-dates; add docs - [`e12995e`](https://github.com/binwiederhier/ntfy/commit/e12995e2184dd69c4ca8f2f2ff52c3a92dc61837) Logging in subscribe and publish command - [`39b1de3`](https://github.com/binwiederhier/ntfy/commit/39b1de33207274c19c942917cf932f6cdff634c7) Fix log - [`850c672`](https://github.com/binwiederhier/ntfy/commit/850c6725f580b2367dc5d4f3c427104acb074113) Remove new line ### 📊 Changes **31 files changed** (+850 additions, -412 deletions) <details> <summary>View changed files</summary> 📝 `client/client.go` (+12 -5) 📝 `cmd/access.go` (+2 -2) 📝 `cmd/app.go` (+25 -0) 📝 `cmd/config_loader.go` (+10 -2) 📝 `cmd/publish.go` (+23 -19) 📝 `cmd/serve.go` (+49 -11) 📝 `cmd/subscribe.go` (+34 -21) 📝 `cmd/subscribe_darwin.go` (+2 -2) 📝 `cmd/subscribe_linux.go` (+2 -2) 📝 `cmd/subscribe_windows.go` (+2 -2) 📝 `cmd/user.go` (+7 -10) 📝 `docs/config.md` (+105 -63) 📝 `docs/examples.md` (+1 -1) 📝 `docs/privacy.md` (+2 -2) 📝 `docs/releases.md` (+9 -4) 📝 `go.mod` (+5 -5) 📝 `go.sum` (+10 -8) ➕ `log/log.go` (+129 -0) 📝 `server/message_cache.go` (+8 -8) 📝 `server/ntfy.service` (+2 -1) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:17 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1264
No description provided.