mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #284] [MERGED] WIP: Logging #1264
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:logging📝 Commits (9)
dc0e699WIP: Logginga04cf5fMerge branch 'main' into loggingbd865fdMerge branch 'main' into loggingab955d4Logging7845eb0So much logging5cc0b19Add --trace and --no-log-dates; add docse12995eLogging in subscribe and publish command39b1de3Fix log850c672Remove new line📊 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.
wep->web#1554